diff options
Diffstat (limited to 'src/_declare-vars.scss')
-rw-r--r-- | src/_declare-vars.scss | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/_declare-vars.scss b/src/_declare-vars.scss index 4574333..2c845fa 100644 --- a/src/_declare-vars.scss +++ b/src/_declare-vars.scss | |||
@@ -78,7 +78,7 @@ | |||
78 | ), | 78 | ), |
79 | 79 | ||
80 | --font-size: ( | 80 | --font-size: ( |
81 | --50: iro.fn-px-to-rem(11px), | 81 | --50: iro.fn-px-to-rem(12px), |
82 | --75: iro.fn-px-to-rem(13px), | 82 | --75: iro.fn-px-to-rem(13px), |
83 | --100: iro.fn-px-to-rem(14px), | 83 | --100: iro.fn-px-to-rem(14px), |
84 | --150: iro.fn-px-to-rem(16px), | 84 | --150: iro.fn-px-to-rem(16px), |
@@ -102,8 +102,8 @@ | |||
102 | 102 | ||
103 | --rounding: 4px, | 103 | --rounding: 4px, |
104 | 104 | ||
105 | --focus: ( | 105 | --key-focus: ( |
106 | --outline-width: 3px, | 106 | --border: 4px, |
107 | ), | 107 | ), |
108 | 108 | ||
109 | --paragraph: ( | 109 | --paragraph: ( |
@@ -183,7 +183,6 @@ | |||
183 | $palette, | 183 | $palette, |
184 | map.get(config.$static-colors, --contrasts), | 184 | map.get(config.$static-colors, --contrasts), |
185 | 1, | 185 | 1, |
186 | false, | ||
187 | map.get(config.$static-colors, --base), | 186 | map.get(config.$static-colors, --base), |
188 | ), | 187 | ), |
189 | ), | 188 | ), |
@@ -204,7 +203,6 @@ | |||
204 | $base-color, | 203 | $base-color, |
205 | map.get($theme, --contrasts, $contrasts), | 204 | map.get($theme, --contrasts, $contrasts), |
206 | map.get($theme, --ranges, $ranges), | 205 | map.get($theme, --ranges, $ranges), |
207 | true, | ||
208 | list.nth(map.get($theme, --palettes, --base), 1), | 206 | list.nth(map.get($theme, --palettes, --base), 1), |
209 | ), | 207 | ), |
210 | ), | 208 | ), |