Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
20 lines
344 B
SCSS
Vendored
20 lines
344 B
SCSS
Vendored
// Colors
|
|
// $blue:
|
|
// $indigo:
|
|
// $purple:
|
|
// $pink:
|
|
// $red:
|
|
// $orange:
|
|
// $yellow:
|
|
// $green:
|
|
// $teal:
|
|
// $cyan:
|
|
|
|
// Body
|
|
// $body-bg:
|
|
|
|
// Typography
|
|
$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
$font-size-base: 1rem;
|
|
$line-height-base: 1.5;
|