Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit f291897

Browse files
committed
chore(docs): fix padding/outline on body
Closes #306.
1 parent 8426702 commit f291897

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

src/base/_structure.scss

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ input {
3131
font-family: $font-family;
3232
}
3333

34-
body {
34+
html body {
3535
margin: 0;
36-
padding: 0px;
36+
padding: 0;
37+
outline: none;
3738
}
3839

3940
.inset {
@@ -46,13 +47,7 @@ button {
4647

4748
a {
4849
background: transparent;
49-
&:focus {
50-
outline: thin dotted;
51-
}
52-
&:hover,
53-
&:active {
54-
outline: none;
55-
}
50+
outline: none;
5651
}
5752

5853
h1 {

0 commit comments

Comments
 (0)