anki/ts/sass/_base.scss
2021-04-13 19:47:03 +02:00

15 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;
}