diff options
| author | godz4762 <samuelmandelkow@proton.me> | 2026-08-15 23:37:51 -0500 |
|---|---|---|
| committer | godz4762 <samuelmandelkow@proton.me> | 2026-08-15 23:37:51 -0500 |
| commit | 6d7d61e03f63047d07c9192f76bc2e5bd44b6a39 (patch) | |
| tree | 1241c538661f42c8841c2844795580ab67500b95 /godz | |
| parent | 2992dbc504f59bc06ed956e4cb2e86288100b35f (diff) | |
MOD: change some text in godz/index aswell as change some color values.
Diffstat (limited to 'godz')
| -rw-r--r-- | godz/index.html | 2 | ||||
| -rw-r--r-- | godz/style.css | 6 |
2 files changed, 4 insertions, 4 deletions
| diff --git a/godz/index.html b/godz/index.html index eb93bcf..50e2fcc 100644 --- a/godz/index.html +++ b/godz/index.html | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | <link rel="stylesheet" href="style.css"> | 7 | <link rel="stylesheet" href="style.css"> |
| 8 | </head> | 8 | </head> |
| 9 | <body> | 9 | <body> |
| 10 | <h1>0druid.cc</h1> | 10 | <h1>0druid.cc/godz</h1> |
| 11 | <p><a href="/godz/index.html">godz homepage</a>.</p> | 11 | <p><a href="/godz/index.html">godz homepage</a>.</p> |
| 12 | <p><a href="/git.html">git</a>. <a href="/irc.html">irc</a>. <a href="/index.html">homepage</a>.</p> | 12 | <p><a href="/git.html">git</a>. <a href="/irc.html">irc</a>. <a href="/index.html">homepage</a>.</p> |
| 13 | <p>sup, i'm godz. im an amateur coder and linux user on arch and druid has offered me to use his website to learn HTML.</p> | 13 | <p>sup, i'm godz. im an amateur coder and linux user on arch and druid has offered me to use his website to learn HTML.</p> |
| 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 | ||
| 14 | html { | 14 | html { |
| 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 | ||
| 25 | a { | 25 | a { |
| 26 | color: #b8a0ff; | 26 | color: #A10000; |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | a:visited { | 29 | a:visited { |
| @@ -31,5 +31,5 @@ a:visited { | |||
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | a:hover { | 33 | a:hover { |
| 34 | color: #b8a0ff; | 34 | color: #6E0000; |
| 35 | } | 35 | } |
