diff --git a/nummi/main/static/main/css/main.css b/nummi/main/static/main/css/main.css index bd7abec..28b67c4 100644 --- a/nummi/main/static/main/css/main.css +++ b/nummi/main/static/main/css/main.css @@ -61,7 +61,8 @@ a { text-decoration: none; display: inline-block; } -a:hover { +a:hover, +a:focus { text-decoration: underline; } @@ -106,12 +107,10 @@ nav ul { position: relative; } nav .skip-link { - opacity: 0.8; font-weight: 300; } nav .skip-link:active, nav .skip-link:focus { - opacity: initial; font-weight: 500; } nav a { @@ -147,7 +146,8 @@ footer { font-weight: 650; text-decoration: underline dotted; } -.pagination a.cur:hover { +.pagination a.cur:hover, +.pagination a.cur:focus { text-decoration: underline; }