diff --git a/css/style.css b/css/style.css index 2f4c71bf..3f8bd778 100644 --- a/css/style.css +++ b/css/style.css @@ -104,6 +104,11 @@ nav a:after { content: url(../images/star.png); } +nav a:focus { + outline-offset: 10px; + outline: 2px dashed white; +} + nav a:last-child:after { content: none; }