You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
469 B
SCSS

// This file is never loaded; it's serves as reference for the default skin (in main.scss).
// When creating your own skin, you can use https://webaim.org/resources/contrastchecker/
// to verify the accessibility and readability of your colourscheme.
// The light background is #fff and the dark background is #1f1f1f.
:root {
--primary-color: #087e96; // Contrast ratio: 4.73:1
}
[data-theme='dark'] {
--primary-color: #91e0ee; // Contrast ratio: 11.06:1
}