Added focus effect to progress dots

HFJ-1661
pull/4/head
Frode Petterson 2016-04-08 14:41:17 +02:00
parent 2a26db16f6
commit 02cd4e1b7e
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@
.progress-dot.current {
background: #285585;
}
.progress-dot:focus {
outline-color: rgb(40, 130, 211);
outline-width: thin;
outline-style: solid;
}
.intro-page .title {
font-size: 2em;