yuzu-emu.github.io/site/assets/scss/shared_customization.scss
liushuyu 0aec84bea2 feat(tree-wide): improve site building performance ...
* use Hugo to build SASS and resize images
* cache Hugo's image resizing output
2021-11-05 23:38:04 -06: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;