commit f9392530b3664cd5d53c8536881296e2a0b20a2c parent f8c59df889c13dcfc058d906cec1c572d0f2f51f Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Fri, 8 May 2020 00:04:00 +0700 style: make header slimmer Diffstat:
| M | assets/content.scss | | | 5 | ++++- |
| M | assets/styles.scss | | | 1 | + |
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/assets/content.scss b/assets/content.scss @@ -136,9 +136,12 @@ &:target { outline: solid 0.2em; outline-offset: 0.6em; - transition: outline-offset 0.6s ease-out; @include themify($themes) { outline-color: themed('color-background-hover'); } + @media (max-width: 599px) { + outline: solid 0.3em; + outline-offset: 0.5em; + } } } diff --git a/assets/styles.scss b/assets/styles.scss @@ -42,6 +42,7 @@ h1, h2, h3, h4, h5, h6 { @include themify($themes) { color: themed('color-green'); } + font-weight: unset; font-family: $font-text; a { font-family: $font-mono;