mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Dark theme card header color
Also fixing code alignment
This commit is contained in:
@@ -16,7 +16,12 @@ $font-size-ios-base: $font-size-base !default;
|
||||
|
||||
// iOS Outer content
|
||||
// --------------------------------------------------
|
||||
$outer-content-ios-background-color: $background-color !default;
|
||||
$outer-content-ios-background-color: $background-color !default;
|
||||
|
||||
// iOS Card
|
||||
// --------------------------------------------------
|
||||
|
||||
$card-ios-header-color: #ddd !default;
|
||||
|
||||
// iOS Note
|
||||
// --------------------------------------------------
|
||||
@@ -43,9 +48,9 @@ $list-ios-activated-background-color: #d9d9d9 !default;
|
||||
|
||||
// iOS List header
|
||||
// --------------------------------------------------
|
||||
$list-ios-header-color: $text-color !default;
|
||||
$item-ios-divider-bg: #151515 !default;
|
||||
$item-ios-divider-color: $text-color !default;
|
||||
$list-ios-header-color: $text-color !default;
|
||||
$item-ios-divider-bg: #151515 !default;
|
||||
$item-ios-divider-color: $text-color !default;
|
||||
|
||||
ion-list-header {
|
||||
background-color: #151515;
|
||||
|
||||
Reference in New Issue
Block a user