Prevent outlines on active links (nav)

This commit is contained in:
Basti 2017-11-12 15:08:35 +01:00
parent ab4dca82fd
commit d924303c32

View File

@ -2,6 +2,11 @@
@import "colors";
@import "layout";
* {
-moz-outline: none;
outline: none;
}
body {
background-color: white;
font-size: 16px;