summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDima Ilvokhin <d@ilvokhin.com>2020-12-20 19:26:11 +0300
committerDima Ilvokhin <d@ilvokhin.com>2020-12-20 19:26:11 +0300
commit4aa3f457771b91db104c3f291373e62a5a1c9248 (patch)
treee4d67947dd582e341a9f27d6932b2aad3be82793 /index.html
parentec6468ba3c56934b1a1d0b06a1cf82a7be21923f (diff)
downloadhome-4aa3f457771b91db104c3f291373e62a5a1c9248.tar.gz
home-4aa3f457771b91db104c3f291373e62a5a1c9248.tar.bz2
home-4aa3f457771b91db104c3f291373e62a5a1c9248.zip
Do not highlight links
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 4 insertions, 0 deletions
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; }
</style>
</head>