mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-08 21:49:54 +00:00
13 lines
258 B
SCSS
13 lines
258 B
SCSS
$font-family-sans-serif: "Source Sans Pro";
|
|
$border-radius-lg: 0;
|
|
$btn-border-width: 3px;
|
|
|
|
body {
|
|
overscroll-behavior: none;
|
|
}
|
|
|
|
@import "~source-code-pro/source-code-pro.css";
|
|
@import "~source-sans-pro/source-sans-pro.css";
|
|
|
|
@import "./theme/index.scss"
|