Prevent outlines on active links (nav)
This commit is contained in:
parent
ab4dca82fd
commit
d924303c32
@ -2,6 +2,11 @@
|
||||
@import "colors";
|
||||
@import "layout";
|
||||
|
||||
* {
|
||||
-moz-outline: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: white;
|
||||
font-size: 16px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user