diff --git a/css/questionset.css b/css/questionset.css index 916c54e..e26f47b 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -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;