mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 22:34:17 +00:00
8 lines
231 B
SCSS
8 lines
231 B
SCSS
$body-background-color: $background;
|
|
$footer-background-color: $background;
|
|
|
|
// Changes the navbar height to match discourse.
|
|
$navbar-height: 64px;
|
|
|
|
// Allows for larger icons with less padding
|
|
$navbar-item-img-max-height: 2.75rem; |