4379f1e84f
rawButton({ html: ... }) instead of { component: RawButton, html: ... }
16 lines
277 B
SCSS
16 lines
277 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/sass/bootstrap/bootstrap-reboot";
|
|
@import "ts/sass/bootstrap/bootstrap-utilities";
|
|
|
|
body,
|
|
html {
|
|
overscroll-behavior: none;
|
|
}
|