mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 14:30:31 +00:00
Converted to dark colors.
This commit is contained in:
parent
8a020a8bd6
commit
b2e46f1918
|
@ -1,2 +1,17 @@
|
||||||
|
/* Yuzu uses a dark theme by default */
|
||||||
$background: darken($dark, 8);
|
$background: darken($dark, 8);
|
||||||
|
|
||||||
$navbar-background-color: $dark;
|
$navbar-background-color: $dark;
|
||||||
|
|
||||||
|
$box-background-color: $dark;
|
||||||
|
$card-background-color: $dark;
|
||||||
|
|
||||||
|
$text: $white;
|
||||||
|
$text-light: $white;
|
||||||
|
$text-strong: $white;
|
||||||
|
|
||||||
|
$title-color: $white;
|
||||||
|
$subtitle-color: $white;
|
||||||
|
|
||||||
|
$link: lighten(#fff, 50);
|
||||||
|
$link-hover: darken($link, 15);
|
Loading…
Reference in a new issue