8 lines
104 B
SCSS
8 lines
104 B
SCSS
:root {
|
|
--foreground-color: black;
|
|
}
|
|
|
|
.forecolor {
|
|
color: var(--foreground-color) !important;
|
|
}
|