mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
6 lines
83 B
SCSS
6 lines
83 B
SCSS
@use 'core';
|
|
@use 'scrollbar';
|
|
|
|
.night-mode {
|
|
@include scrollbar.night-mode;
|
|
}
|