summaryrefslogtreecommitdiffstats
path: root/assets/css/_basics.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_basics.scss')
-rw-r--r--assets/css/_basics.scss7
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
6img::selection { 6img::selection {
7 background-color: var(--select--img-bg); 7 background-color: prop(--colors --select --img-bg);
8} 8}
9 9
10html, 10html,
@@ -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
31body { 32body {