diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-11-23 07:57:01 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-11-23 08:06:10 +0000 |
| commit | 3b3b56d348bd882f9db7aa813cdce6472b6ca8fa (patch) | |
| tree | 9bf03b8c76ceba469adea38c54651f75e62a11cc /scss | |
| parent | add URLs for all projects (diff) | |
| download | mmm-3b3b56d348bd882f9db7aa813cdce6472b6ca8fa.tar.gz mmm-3b3b56d348bd882f9db7aa813cdce6472b6ca8fa.zip | |
fix h3-link hovers
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_reset.scss | 29 |
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; } |
