grgr.me

latest commits to https://grgr.me/
Log | Files | Refs

commit abf8e967e6c0507990eb9d0609655a91ddae6c30
parent 6536280ec68ea0b401c287275ae8c07eb352b521
Author: corndog <cauchyn@firemail.cc>
Date:   Fri,  3 May 2019 17:49:14 -0700

Do not underline links unless hovered

Increases readability and is not a requirement for
WAVE

Diffstat:
Min/static/style.css | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/in/static/style.css b/in/static/style.css @@ -1,5 +1,13 @@ /* Implying I do front-end */ +a { + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + body { text-rendering: optimizeLegibility; font-feature-settings: "kern" 1;