diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2022-12-26 18:00:31 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2022-12-26 18:00:31 +0000 |
commit | ab28421dee079fefbb82c327e53c2aa08d79ba35 (patch) | |
tree | d7c149b9655deb875a148b9e28c6075ff24bf33a /index.html | |
parent | c00771898efd133385fe37aeff3aa5a4550a9a82 (diff) | |
download | home-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.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 } |