anki/ts/editor-toolbar/color.scss

8 lines
104 B
SCSS
Raw Normal View History

:root {
--foreground-color: black;
}
.forecolor {
color: var(--foreground-color) !important;
}