diff options
| author | Paul Buetow <paul@buetow.org> | 2024-06-23 23:37:34 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-06-23 23:37:34 +0300 |
| commit | f69b2f68c78b14ae1af1a616de967f68c1624b9f (patch) | |
| tree | aae070b0bb9f619f4b4e92c8f09533640adc6c61 | |
| parent | ac769032046f89a8f197cd6b88b8ec7f656d8a95 (diff) | |
a little less blur
| -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 927b3c1..4f24e09 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 10px #00ff9d, 0 0 20px #00ff9d; + text-shadow: 0 0 3px #00ff9d, 0 0 3px #00ff9d; } a { |
