Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gyorb/hugo-dusk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGyorgy Orban <o.gyorgy@gmail.com>2020-01-12 00:13:42 +0300
committerGyorgy Orban <o.gyorgy@gmail.com>2020-01-12 02:26:43 +0300
commit5c7a69ce71cad91d3571e3f000e9b2e10b6348a2 (patch)
treed7758f2721fe84a12395e6f1c29c222acf955775
parent466a8c307971379da7dbd0e70a36dca2b86188fd (diff)
set outline for keyboard navigation
-rw-r--r--static/css/layout.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/static/css/layout.css b/static/css/layout.css
index 921f48e..850c2ea 100644
--- a/static/css/layout.css
+++ b/static/css/layout.css
@@ -64,8 +64,9 @@ h6 { font-size: .75em;
font-weight: normal;
}
-a:hover, a:active, a:focus {
- outline: 0;
+a:active, a:focus {
+ outline-style: solid;
+ outline-width: thin;
}
header {