diff options
| author | Paul Buetow <paul@buetow.org> | 2024-06-24 20:41:59 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-06-24 20:41:59 +0300 |
| commit | 28e275da0a1b9db74e1d93cfff80c4af1214dff6 (patch) | |
| tree | c59b64f0dcde6b640bcc6189676a64cede87e55b | |
| parent | f69b2f68c78b14ae1af1a616de967f68c1624b9f (diff) | |
better on mac
| -rw-r--r-- | extras/html/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/html/style.css b/extras/html/style.css index 4f24e09..078bb62 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -38,7 +38,7 @@ body { h1, h2, h3 { font-family: heading, serif; color: #00ff9d; - text-shadow: 0 0 3px #00ff9d, 0 0 3px #00ff9d; + text-shadow: 0 0 2px #00ff9d, 0 0 2px #00ff9d; } a { |
