summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-16 10:01:14 +0200
committerVolpeon <git@volpeon.ink>2021-05-16 10:01:14 +0200
commit48128e7e68d85ab79a2c24c12790fe337c63b840 (patch)
treea41eab0f5a4e081233f61bc34d6a78b0866ef27a /assets
parentCache busting for stylesheet (diff)
downloadvolpeon.ink-48128e7e68d85ab79a2c24c12790fe337c63b840.tar.gz
volpeon.ink-48128e7e68d85ab79a2c24c12790fe337c63b840.tar.bz2
volpeon.ink-48128e7e68d85ab79a2c24c12790fe337c63b840.zip
Small design adjustments
Diffstat (limited to 'assets')
-rw-r--r--assets/css/_vars.scss9
1 files changed, 5 insertions, 4 deletions
diff --git a/assets/css/_vars.scss b/assets/css/_vars.scss
index 63936ab..814a68d 100644
--- a/assets/css/_vars.scss
+++ b/assets/css/_vars.scss
@@ -13,7 +13,7 @@ $unit-intervals: (
13); 13);
14 14
15$responsive-mod-scale: ( 15$responsive-mod-scale: (
16 xs: (.8rem, 1.35), 16 xs: (.8rem, 1.28),
17 md: (.8rem, 1.53) 17 md: (.8rem, 1.53)
18); 18);
19 19
@@ -120,8 +120,8 @@ $content--width: 42rem;
120 120
121 --link: ( 121 --link: (
122 --colored: ( 122 --colored: (
123 --idle: hsl(210, 80%, 43%), //hsl(var(--colors--accent--h), 100%, 66%), // 123 --idle: hsl(210, 70%, 45%), //hsl(var(--colors--accent--h), 100%, 66%), //
124 --visited: hsl(270, 40%, 45%), //hsl(var(--colors--accent--h), 50%, 66%), // 124 --visited: hsl(270, 40%, 48%), //hsl(var(--colors--accent--h), 50%, 66%), //
125 ) 125 )
126 ), 126 ),
127 ), 127 ),
@@ -138,7 +138,8 @@ $content--width: 42rem;
138 138
139@include store(( 139@include store((
140 --dims: ( 140 --dims: (
141 --outer: 3.5rem, 141 --outer: 3.5rem,
142 --indent: 1.5rem,
142 ), 143 ),
143), 'sm'); 144), 'sm');
144 145