diff options
author | Volpeon <git@volpeon.ink> | 2024-11-20 18:43:08 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-20 18:43:08 +0100 |
commit | 3c12a056958de6c8214c171d223cc927e750ba6b (patch) | |
tree | a30455f67261d0ec797b6f951810afe0b9f88562 /src | |
parent | Heading line height (diff) | |
download | iro-design-3c12a056958de6c8214c171d223cc927e750ba6b.tar.gz iro-design-3c12a056958de6c8214c171d223cc927e750ba6b.tar.bz2 iro-design-3c12a056958de6c8214c171d223cc927e750ba6b.zip |
Fix colors
Diffstat (limited to 'src')
-rw-r--r-- | src/_config.defaults.scss | 26 | ||||
-rw-r--r-- | src/scopes/_code.vars.scss | 2 |
2 files changed, 14 insertions, 14 deletions
diff --git a/src/_config.defaults.scss b/src/_config.defaults.scss index e58f2eb..62631ba 100644 --- a/src/_config.defaults.scss +++ b/src/_config.defaults.scss | |||
@@ -150,19 +150,19 @@ $theme-dark: ( | |||
150 | ), | 150 | ), |
151 | 151 | ||
152 | --colors: ( | 152 | --colors: ( |
153 | --100: (math.div(0, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(0, 12))), | 153 | --100: (math.div(0, 12) * -100) (.3 + .7 * easing.ease(math.div(0, 12))), |
154 | --200: (math.div(1, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(1, 12))), | 154 | --200: (math.div(1, 12) * -100) (.3 + .7 * easing.ease(math.div(1, 12))), |
155 | --300: (math.div(2, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(2, 12))), | 155 | --300: (math.div(2, 12) * -100) (.3 + .7 * easing.ease(math.div(2, 12))), |
156 | --400: (math.div(3, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(3, 12))), | 156 | --400: (math.div(3, 12) * -100) (.3 + .7 * easing.ease(math.div(3, 12))), |
157 | --500: (math.div(4, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(4, 12))), | 157 | --500: (math.div(4, 12) * -100) (.3 + .7 * easing.ease(math.div(4, 12))), |
158 | --600: (math.div(5, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(5, 12))), | 158 | --600: (math.div(5, 12) * -100) (.3 + .7 * easing.ease(math.div(5, 12))), |
159 | --700: (math.div(6, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(6, 12))), | 159 | --700: (math.div(6, 12) * -100) (.3 + .7 * easing.ease(math.div(6, 12))), |
160 | --800: (math.div(7, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(7, 12))), | 160 | --800: (math.div(7, 12) * -100) (.3 + .7 * easing.ease(math.div(7, 12))), |
161 | --900: (math.div(8, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(8, 12))), | 161 | --900: (math.div(8, 12) * -100) (.3 + .7 * easing.ease(math.div(8, 12))), |
162 | --1000: (math.div(9, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(9, 12))), | 162 | --1000: (math.div(9, 12) * -100) (.3 + .7 * easing.ease(math.div(9, 12))), |
163 | --1100: (math.div(10, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(10, 12))), | 163 | --1100: (math.div(10, 12) * -100) (.3 + .7 * easing.ease(math.div(10, 12))), |
164 | --1200: (math.div(11, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(11, 12))), | 164 | --1200: (math.div(11, 12) * -100) (.3 + .7 * easing.ease(math.div(11, 12))), |
165 | --1300: (math.div(12, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(12, 12))), | 165 | --1300: (math.div(12, 12) * -100) (.3 + .7 * easing.ease(math.div(12, 12))), |
166 | ), | 166 | ), |
167 | ), | 167 | ), |
168 | 168 | ||
diff --git a/src/scopes/_code.vars.scss b/src/scopes/_code.vars.scss index a80cc51..8ef64c4 100644 --- a/src/scopes/_code.vars.scss +++ b/src/scopes/_code.vars.scss | |||
@@ -11,7 +11,7 @@ $block--pad-b: props.def(--s-code--block--pad-b, props.get(core.$size--85)) | |||
11 | $block--margin-bs: props.def(--s-code--block--margin-bs, props.get(body.$paragraph--margin-bs)) !default; | 11 | $block--margin-bs: props.def(--s-code--block--margin-bs, props.get(body.$paragraph--margin-bs)) !default; |
12 | $block--rounding: props.def(--s-code--block--rounding, props.get(core.$rounding)) !default; | 12 | $block--rounding: props.def(--s-code--block--rounding, props.get(core.$rounding)) !default; |
13 | 13 | ||
14 | $inline--fg: props.def(--s-code--inline--fg, props.get(core.$theme, --red, --1200), 'color') !default; | 14 | $inline--fg: props.def(--s-code--inline--fg, props.get(core.$theme, --red, --1300), 'color') !default; |
15 | $inline--bg: props.def(--s-code--inline--bg, props.get(core.$theme, --red, --200), 'color') !default; | 15 | $inline--bg: props.def(--s-code--inline--bg, props.get(core.$theme, --red, --200), 'color') !default; |
16 | 16 | ||
17 | $block--fg: props.def(--s-code--block--fg, props.get(core.$theme, --text), 'color') !default; | 17 | $block--fg: props.def(--s-code--block--fg, props.get(core.$theme, --text), 'color') !default; |