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 01:10:23 +0300
commit466c75c7e5303613971856df161a2ac018af4850 (patch)
treed7758f2721fe84a12395e6f1c29c222acf955775
parent60c0d00b2b935781bd9452932018fcb906298a67 (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 {