@@ -260,7 +260,7 @@ $navbar-width: 210px;
260
260
261
261
$html-bg : $neutral-11 ;
262
262
$body-bg : transparent ;
263
- $text-color : $neutral-3 !default ;
263
+ $text-color : $dark-2 !default ;
264
264
265
265
// Links
266
266
// -------------------------
@@ -501,7 +501,7 @@ $input-bg-disabled: $gray-lighter !default;
501
501
$progress-border-radius : $border-radius-base !default ;
502
502
$input-font-weight : $font-weight-em-high ;
503
503
504
- $input-color : $neutral-3 !default ;
504
+ $input-color : $text-color !default ;
505
505
$input-color-hover : $accent-5 ;
506
506
$input-color-active : $accent-3 ;
507
507
$input-border : $neutral-7 !default ;
@@ -514,7 +514,7 @@ $input-border-width: 1px !default;
514
514
515
515
$input-color-placeholder : $neutral-5 !default ;
516
516
517
- $form-label-color : $neutral-3 !default ;
517
+ $form-label-color : $text-color !default ;
518
518
519
519
$input-height-base : ($line-height-computed + ($padding-base-vertical * 2 ) + 2 ) !default ;
520
520
$input-height-large : (floor ($font-size-large * $line-height-large ) + ($padding-large-vertical * 2 ) + 2 ) !default ;
@@ -736,7 +736,7 @@ $nav-tabs-title-font-size: 16px;
736
736
737
737
// Responsive tabs
738
738
$tab-responsive-bg : $shadow-4 ;
739
- $tab-responsive-color : $neutral-3 ;
739
+ $tab-responsive-color : $text-color ;
740
740
$tab-responsive-active-color : $brand-5 ;
741
741
$tab-responsive-radius : $border-radius-large ;
742
742
$tab-responsive-pane-padding : 10px ;
@@ -1111,7 +1111,7 @@ $panel-title-border: 3px solid rgba(0,0,0,.1);
1111
1111
// Panel Headings
1112
1112
// -------------------------
1113
1113
$panel-heading-basic-bg : $neutral-9 ;
1114
- $panel-heading-basic-text : $neutral-3 ;
1114
+ $panel-heading-basic-text : $text-color ;
1115
1115
$panel-heading-basic-font-size : 22px ; // TODO: once typography is solidified this should use heading vars
1116
1116
1117
1117
$panel-heading-simple-text : $neutral-5 ;
0 commit comments