mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-10 15:44:21 +00:00
Added navbar styles for item.
This commit is contained in:
parent
be013b7876
commit
0f0dfa40d3
|
@ -2,7 +2,9 @@
|
|||
$background: darken($dark, 8);
|
||||
|
||||
$navbar-background-color: $dark;
|
||||
$navbar-item-color: $white;
|
||||
$navbar-item-color: $black;
|
||||
$navbar-item-hover-background-color: $black;
|
||||
$navbar-item-hover-color: $white;
|
||||
|
||||
$box-background-color: $info;
|
||||
$card-background-color: $info;
|
||||
|
|
Loading…
Reference in a new issue