mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
Add base.scss
This commit is contained in:
parent
df7c597a8b
commit
fbc21f0090
1 changed files with 15 additions and 0 deletions
15
ts/sass/_base.scss
Normal file
15
ts/sass/_base.scss
Normal file
|
@ -0,0 +1,15 @@
|
|||
@use 'vars';
|
||||
|
||||
$body-color: var(--text-fg);
|
||||
$body-bg: var(--window-bg);
|
||||
$font-weight-base: 500;
|
||||
|
||||
$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;
|
||||
}
|
Loading…
Reference in a new issue