aboutsummaryrefslogtreecommitdiffstats
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/_reset.scss29
1 files changed, 9 insertions, 20 deletions
diff --git a/scss/_reset.scss b/scss/_reset.scss
index 9dae26c..a8b1d49 100644
--- a/scss/_reset.scss
+++ b/scss/_reset.scss
@@ -7,33 +7,20 @@
-moz-osx-font-smoothing: grayscale;
}
-input, select, button {
- color: initial;
-}
-
-tt, code, kbd, samp {
- font-family: 'monospace';
-}
-
body, html, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
-h1, h2, h3, h4, h5, h6 {
- font-weight: bold;
-}
-
-::selection {
- background: $gray-dark;
- color: $gray-bright;
- padding: 1em;
-}
-
+h1, h2, h3, h4, h5, h6 { font-weight: bold; }
+input, select, button { color: initial; }
+tt, code, kbd, samp { font-family: 'monospace'; }
+code { font-size: 0.8em; }
b { font-weight: bold; }
i { font-style: italic; }
a { cursor: pointer; }
hr { clear: both; }
+ul { margin: 0; }
body {
display: flex;
@@ -60,6 +47,8 @@ a {
transition: filter 500ms, text-decoration-color 500ms;
}
-code {
- font-size: 0.8em;
+::selection {
+ background: $gray-dark;
+ color: $gray-bright;
+ padding: 1em;
}