summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2022-12-26 18:00:31 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2022-12-26 18:00:31 +0000
commitab28421dee079fefbb82c327e53c2aa08d79ba35 (patch)
treed7c149b9655deb875a148b9e28c6075ff24bf33a /index.html
parentc00771898efd133385fe37aeff3aa5a4550a9a82 (diff)
downloadhome-ab28421dee079fefbb82c327e53c2aa08d79ba35.tar.gz
home-ab28421dee079fefbb82c327e53c2aa08d79ba35.tar.bz2
home-ab28421dee079fefbb82c327e53c2aa08d79ba35.zip
Make links the same colours as in blog
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 0e49e8a..0bd1818 100644
--- a/index.html
+++ b/index.html
@@ -17,10 +17,10 @@ body {
h1, h2, h3 {
line-height: 1.2
}
-a:link { color: blue; }
-a:visited { color: blue; }
-a:hover { color: blue; }
-a:active { color: blue; }
+a:link { color: #3273dc; text-decoration: none; }
+a:visited { color: #3273dc; }
+a:hover { text-decoration: underline }
+a:active { color: #3273dc; }
.center {
text-align: center
}