summaryrefslogtreecommitdiff
path: root/extras/html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-06-23 23:37:34 +0300
committerPaul Buetow <paul@buetow.org>2024-06-23 23:37:34 +0300
commitf69b2f68c78b14ae1af1a616de967f68c1624b9f (patch)
treeaae070b0bb9f619f4b4e92c8f09533640adc6c61 /extras/html
parentac769032046f89a8f197cd6b88b8ec7f656d8a95 (diff)
a little less blur
Diffstat (limited to 'extras/html')
-rw-r--r--extras/html/style.css2
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 {