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:
-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 {