diff options
Diffstat (limited to 'assets/css/_basics.scss')
| -rw-r--r-- | assets/css/_basics.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/assets/css/_basics.scss b/assets/css/_basics.scss index 3e67b76..b739d2a 100644 --- a/assets/css/_basics.scss +++ b/assets/css/_basics.scss | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | ::selection { | 1 | ::selection { |
| 2 | background-color: var(--select--bg); | 2 | background-color: prop(--colors --select --bg); |
| 3 | color: var(--select--fg); | 3 | color: prop(--colors --select --fg); |
| 4 | } | 4 | } |
| 5 | 5 | ||
| 6 | img::selection { | 6 | img::selection { |
| 7 | background-color: var(--select--img-bg); | 7 | background-color: prop(--colors --select --img-bg); |
| 8 | } | 8 | } |
| 9 | 9 | ||
| 10 | html, | 10 | html, |
| @@ -26,6 +26,7 @@ html { | |||
| 26 | font-family: $font-fam--text; | 26 | font-family: $font-fam--text; |
| 27 | font-size: 1em / 16px * $font-size; | 27 | font-size: 1em / 16px * $font-size; |
| 28 | line-height: $line-height; | 28 | line-height: $line-height; |
| 29 | scroll-behavior: smooth; | ||
| 29 | } | 30 | } |
| 30 | 31 | ||
| 31 | body { | 32 | body { |
