mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Yet another try
This commit is contained in:
parent
6902800051
commit
eaef4805c1
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
/*! colors */
|
/*! colors */
|
||||||
:root {
|
:root {
|
||||||
|
color-scheme: light;
|
||||||
$colors: map.get($vars, colors);
|
$colors: map.get($vars, colors);
|
||||||
@each $name, $val in create-vars-from-map($colors, light) {
|
@each $name, $val in create-vars-from-map($colors, light) {
|
||||||
@if str-index($name, "comment") == 1 {
|
@if str-index($name, "comment") == 1 {
|
||||||
|
|
Loading…
Reference in a new issue