mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 13:27:25 +00:00
11 lines
320 B
SCSS
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; |