summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--godz/index.html2
-rw-r--r--godz/style.css6
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
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}