|
111 | 111 | --code-background-block: @mantle; |
112 | 112 | --notecard-link-color: @subtext1; |
113 | 113 | --scrollbar-bg: transparent; |
114 | | - --scrollbar-color: hsla(0, 0%, 100%, .25); |
| 114 | + --scrollbar-color: hsla(0, 0%, 100%, 0.25); |
115 | 115 | --category-color: @sky; |
116 | 116 | --category-color-background: fadeout(@sky, 60%); |
117 | 117 | --code-color: lighten(@sky, 10%); |
|
174 | 174 | --form-invalid-color: @red; |
175 | 175 | --form-invalid-focus-color: @flamingo; |
176 | 176 | --form-invalid-focus-effect-color: fadeout(@flamingo, 80%); |
177 | | - --baseline-high-bg: hsl(hue(@green), saturation(@green), lightness(@surface0)); |
178 | | - --baseline-high-engine-bg: hsl(hue(@green), saturation(@green), lightness(@base)); |
| 177 | + --baseline-high-bg: hsl( |
| 178 | + hue(@green), |
| 179 | + saturation(@green), |
| 180 | + lightness(@surface0) |
| 181 | + ); |
| 182 | + --baseline-high-engine-bg: hsl( |
| 183 | + hue(@green), |
| 184 | + saturation(@green), |
| 185 | + lightness(@base) |
| 186 | + ); |
179 | 187 | --baseline-high-check: @green; |
180 | 188 | --baseline-low-bg: hsl(hue(@blue), saturation(@blue), lightness(@surface0)); |
181 | | - --baseline-low-engine-bg: hsl(hue(@blue), saturation(@blue), lightness(@base)); |
| 189 | + --baseline-low-engine-bg: hsl( |
| 190 | + hue(@blue), |
| 191 | + saturation(@blue), |
| 192 | + lightness(@base) |
| 193 | + ); |
182 | 194 | --baseline-low-check: @blue; |
183 | 195 | --baseline-low-pill-bg: @sapphire; |
184 | 196 | --baseline-low-pill-color: @base; |
|
0 commit comments