From 3b3b56d348bd882f9db7aa813cdce6472b6ca8fa Mon Sep 17 00:00:00 2001 From: s-ol Date: Fri, 23 Nov 2018 18:57:01 +1100 Subject: fix h3-link hovers --- scss/_reset.scss | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) (limited to 'scss') 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; } -- cgit v1.2.3