mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Changing background color
Darken background color to give more relevance to itens with dark color
This commit is contained in:
@@ -18,7 +18,7 @@ $colors: (
|
||||
$text-color: #fff !default;
|
||||
$paragraph-color: $text-color !default;
|
||||
$link-color: map-get($colors, primary) !default;
|
||||
$background-color: #1e1e1e !default;
|
||||
$background-color: #191919 !default;
|
||||
$subdued-text-color: #666 !default;
|
||||
|
||||
$font-family-base: -apple-system, "Helvetica Neue", "Roboto", sans-serif !default;
|
||||
|
||||
Reference in New Issue
Block a user