From 4aa3f457771b91db104c3f291373e62a5a1c9248 Mon Sep 17 00:00:00 2001 From: Dima Ilvokhin Date: Sun, 20 Dec 2020 19:26:11 +0300 Subject: Do not highlight links --- index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index 41415c5..919b567 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,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; } -- cgit v1.2.3-70-g09d2