summaryrefslogtreecommitdiffstats
path: root/assets/css/_vars.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_vars.scss')
-rw-r--r--assets/css/_vars.scss11
1 files changed, 2 insertions, 9 deletions
diff --git a/assets/css/_vars.scss b/assets/css/_vars.scss
index 2c0e9b5..ad9e16f 100644
--- a/assets/css/_vars.scss
+++ b/assets/css/_vars.scss
@@ -36,8 +36,7 @@ $content--width: 44rem;
36 36
37 @include store(( 37 @include store((
38 --dims: ( 38 --dims: (
39 --indent: 2rem, 39 --indent: 2rem,
40 --obj-shadow: 0 .4em 2.8em,
41 ), 40 ),
42 --colors: ( 41 --colors: (
43 --bg-hi: $gray0, // Darker background 42 --bg-hi: $gray0, // Darker background
@@ -51,8 +50,6 @@ $content--width: 44rem;
51 --fg: $gray6, // Text 50 --fg: $gray6, // Text
52 --fg-lo: $gray7, // Strong text 51 --fg-lo: $gray7, // Strong text
53 52
54 --obj-shadow: transparent,
55
56 --accent: ( 53 --accent: (
57 --h: 354, 54 --h: 354,
58 --s: 84%, 55 --s: 84%,
@@ -107,7 +104,7 @@ $content--width: 44rem;
107 104
108@include iro-execute { 105@include iro-execute {
109 $gray0: hsl(220, 5%, 100%); 106 $gray0: hsl(220, 5%, 100%);
110 $gray1: hsl(220, 5%, 96%); 107 $gray1: hsl(220, 5%, 95%);
111 $gray2: hsl(220, 5%, 88%); 108 $gray2: hsl(220, 5%, 88%);
112 $gray3: hsl(220, 5%, 83%); 109 $gray3: hsl(220, 5%, 83%);
113 $gray4: hsl(220, 5%, 68%); 110 $gray4: hsl(220, 5%, 68%);
@@ -128,8 +125,6 @@ $content--width: 44rem;
128 --fg: $gray6, // Text 125 --fg: $gray6, // Text
129 --fg-lo: $gray7, // Strong text 126 --fg-lo: $gray7, // Strong text
130 127
131 --obj-shadow: rgba(#000, .05),
132
133 --accent: ( 128 --accent: (
134 --h: 354, 129 --h: 354,
135 --s: 74%, 130 --s: 74%,
@@ -182,8 +177,6 @@ $content--width: 44rem;
182 --fg-hi: $black, // Faint text 177 --fg-hi: $black, // Faint text
183 --fg: $black, // Text 178 --fg: $black, // Text
184 --fg-lo: $black, // Strong text 179 --fg-lo: $black, // Strong text
185
186 --obj-shadow: transparent,
187 ), 180 ),
188 ), 'print'); 181 ), 'print');
189} 182}