From ab28421dee079fefbb82c327e53c2aa08d79ba35 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Mon, 26 Dec 2022 18:00:31 +0000 Subject: Make links the same colours as in blog --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'index.html') 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 } -- cgit v1.2.3-70-g09d2