yuzu-mirror.github.io/site/assets/scss/shared_customization.scss
2024-03-05 04:11:47 +01:00

11 lines
320 B
SCSS

$body-background-color: $background;
$footer-background-color: $background;
// Changes the navbar height to match discourse.
$navbar-height: 4rem;
// Allows for larger icons with less padding
$navbar-item-img-max-height: 2.75rem;
// Table background colors should be transparent.
$table-background-color: transparent;