summary refs log tree commit diff
path: root/godz/style.css
diff options
context:
space:
mode:
authorgodz4762 <samuelmandelkow@proton.me>2026-08-15 23:37:51 -0500
committergodz4762 <samuelmandelkow@proton.me>2026-08-15 23:37:51 -0500
commit6d7d61e03f63047d07c9192f76bc2e5bd44b6a39 (patch)
tree1241c538661f42c8841c2844795580ab67500b95 /godz/style.css
parent2992dbc504f59bc06ed956e4cb2e86288100b35f (diff)
MOD: change some text in godz/index aswell as change some color values.
Diffstat (limited to 'godz/style.css')
-rw-r--r--godz/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/godz/style.css b/godz/style.css index 939e5ed..5294dbc 100644 --- a/godz/style.css +++ b/godz/style.css
@@ -12,7 +12,7 @@
12} 12}
13 13
14html { 14html {
15 background: #000; 15 background: #4F0094;
16 color: #fff; 16 color: #fff;
17 font-family: "_Terminus"; 17 font-family: "_Terminus";
18} 18}
@@ -23,7 +23,7 @@ body {
23} 23}
24 24
25a { 25a {
26 color: #b8a0ff; 26 color: #A10000;
27} 27}
28 28
29a:visited { 29a:visited {
@@ -31,5 +31,5 @@ a:visited {
31} 31}
32 32
33a:hover { 33a:hover {
34 color: #b8a0ff; 34 color: #6E0000;
35} 35}