Add base.scss
This commit is contained in:
parent
df7c597a8b
commit
fbc21f0090
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 New Issue
Block a user