mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
14 lines
297 B
SCSS
14 lines
297 B
SCSS
@use 'vars';
|
|
|
|
$body-color: var(--text-fg);
|
|
$body-bg: var(--window-bg);
|
|
|
|
$link-hover-color: var(--link);
|
|
$link-hover-decoration: none;
|
|
|
|
@import "ts/node_modules/bootstrap/scss/bootstrap-reboot";
|
|
@import "ts/node_modules/bootstrap/scss/bootstrap-utilities";
|
|
|
|
body {
|
|
overscroll-behavior: none;
|
|
}
|