impress/app/assets/stylesheets/partials/clean/_constants.sass
Emi Matchu cf6a19a7fc Use Noto Sans as a fallback if Delicious fails to load
This shouldn't ever be an issue in practice? I just noticed it because
something funny is going on with the `#userbar` element specifically
not using the Delicious font, and so I figured, hey, this simulates a
very real possible scenario, I'd rather use our consistent sans font
in this case!
2024-09-09 21:44:39 -07:00

31 lines
924 B
Sass

$background-color: #fff
$text-color: #040
$soft-text-color: $text-color + #444
$link-color: $text-color + #222
$module-bg-color: #efe
$module-border-color: #060
$soft-border-color: #ada
$input-border-color: #cec
$marked-button-color: #0b61a4
$notice-color: #264409
$notice-bg-color: #e6efc2
$notice-border-color: #c6d880
$warning-color: #514721
$warning-bg-color: #fff6bf
$warning-border-color: #ffd324
$error-color: #8a1f11
$error-bg-color: #fbe3e4
$error-border-color: #fbc2c4
$header-font: Delicious, "Noto Sans", Helvetica, Arial, Verdana, sans-serif
$main-font: "Noto Sans", Helvetica, Arial, Verdana, sans-serif
$text-font: "Noto Serif", Georgia, "Times New Roman", Times, serif
$object-img-size: 80px
$object-width: 100px
$object-padding: 8px
$nc-icon-size: 16px
$container-top-padding: 2.5em