diff options
author | Dima Ilvokhin <d@ilvokhin.com> | 2020-12-20 19:26:11 +0300 |
---|---|---|
committer | Dima Ilvokhin <d@ilvokhin.com> | 2020-12-20 19:26:11 +0300 |
commit | 4aa3f457771b91db104c3f291373e62a5a1c9248 (patch) | |
tree | e4d67947dd582e341a9f27d6932b2aad3be82793 /index.html | |
parent | ec6468ba3c56934b1a1d0b06a1cf82a7be21923f (diff) | |
download | home-4aa3f457771b91db104c3f291373e62a5a1c9248.tar.gz home-4aa3f457771b91db104c3f291373e62a5a1c9248.tar.bz2 home-4aa3f457771b91db104c3f291373e62a5a1c9248.zip |
Do not highlight links
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |