summary refs log tree commit diff
path: root/godz/style.css
diff options
context:
space:
mode:
authorgodz4762 <samuelmandelkow@proton.me>2026-08-15 23:44:46 -0500
committergodz4762 <samuelmandelkow@proton.me>2026-08-15 23:44:46 -0500
commitc5b7b5bb5a6a7d2f8cc0edec0e6a547b450c7f51 (patch)
tree9350cfa0c195e508454454561f844e70035ef5fb /godz/style.css
parent6d7d61e03f63047d07c9192f76bc2e5bd44b6a39 (diff)
MOD: made godz/index darker
Diffstat (limited to 'godz/style.css')
-rw-r--r--godz/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/godz/style.css b/godz/style.css index 5294dbc..69b5639 100644 --- a/godz/style.css +++ b/godz/style.css
@@ -12,7 +12,7 @@
12} 12}
13 13
14html { 14html {
15 background: #4F0094; 15 background: #22003B;
16 color: #fff; 16 color: #fff;
17 font-family: "_Terminus"; 17 font-family: "_Terminus";
18} 18}
@@ -27,7 +27,7 @@ a {
27} 27}
28 28
29a:visited { 29a:visited {
30 color: #b8a0ff; 30 color: #A10000;
31} 31}
32 32
33a:hover { 33a:hover {