[TASK] Remove outlines from all elements by default.
This commit is contained in:
parent
c2e0e5609c
commit
2607fb7428
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue