You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// *! this is an opionionated (especially based on "enhancing" normalize.css) version of minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css
5
-
html,
6
-
body {
7
-
margin: 0;
8
-
padding: 0;
9
-
}
10
-
11
-
body {
12
-
min-height: 100vh;
13
-
}
14
-
15
4
// adapted from https://github.com/jgthms/bulma/blob/0.7.5/sass/base/generic.sass
16
5
html {
17
6
background-color: #fdfdfd; // TODO: This would need to get replaced by the correct (semantic) color
0 commit comments