[TASK] Remove outlines from all elements by default.
This commit is contained in:
+2
-1
@@ -12,11 +12,12 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* reset padding and margin on elements */
|
||||
/* reset padding and margin on elements, eliminate outlines and borders */
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: none 0px;
|
||||
}
|
||||
|
||||
html, body {
|
||||
|
||||
Reference in New Issue
Block a user