mirror of
https://github.com/ankitects/anki.git
synced 2025-11-16 17:47:11 -05:00
7 lines
104 B
SCSS
7 lines
104 B
SCSS
:root {
|
|
--foreground-color: black;
|
|
}
|
|
|
|
.forecolor {
|
|
color: var(--foreground-color) !important;
|
|
}
|