mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
typography elements, dark mode fixes
This commit is contained in:
@@ -43,9 +43,9 @@ $dark: #1c2c41 !default;
|
||||
$black: #000 !default;
|
||||
$white: #fff !default;
|
||||
|
||||
$body-bg: #f7fafc !default;
|
||||
$body-bg: #f5f7fb !default;
|
||||
$body-color: #343a40 !default;
|
||||
|
||||
$text-color: #495057 !default;
|
||||
$text-muted: #888e9a !default;
|
||||
$text-muted-light: #adb5bd !default;
|
||||
|
||||
@@ -125,6 +125,9 @@ $h6-font-size: $font-size-base * .875 !default;
|
||||
$blockquote-font-size: $h4-font-size !default;
|
||||
$lead-font-size: $h3-font-size !default;
|
||||
|
||||
$hr-opacity: .1 !default;
|
||||
$hr-margin-y: 1rem !default;
|
||||
|
||||
//Sizing
|
||||
$spacer: 1rem !default;
|
||||
$spacers: (
|
||||
@@ -270,8 +273,6 @@ $card-border-color: $border-color !default;
|
||||
$list-group-border-color: $border-color !default;
|
||||
$list-group-action-color: inherit !default;
|
||||
|
||||
$body-color: $dark !default;
|
||||
|
||||
$input-disabled-bg: $gray-100 !default;
|
||||
$input-border-color: $border-color !default;
|
||||
$input-placeholder-color: $text-muted-light !default;
|
||||
|
||||
Reference in New Issue
Block a user