File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,11 +147,11 @@ $theme-gradients-dark: (
147
147
) !default ;
148
148
// scss-docs-end theme-gradients-dark-variables
149
149
150
- $body-color-dark : $gray-300-dark !default ;
150
+ $body-color-dark : rgba ( $white , .87 ) !default ;
151
151
$body-bg-dark : $gray-900-dark !default ;
152
- $body-secondary-color-dark : rgba ($body-color-dark , .75 ) !default ;
152
+ $body-secondary-color-dark : rgba ($white , .6 ) !default ;
153
153
$body-secondary-bg-dark : $gray-800-dark !default ;
154
- $body-tertiary-color-dark : rgba ($body-color-dark , .5 ) !default ;
154
+ $body-tertiary-color-dark : rgba ($white , .38 ) !default ;
155
155
$body-tertiary-bg-dark : mix ($gray-800-dark , #212631 , 50% ) !default ;
156
156
$body-emphasis-color-dark : $white !default ;
157
157
$border-color-dark : $gray-800-dark !default ;
You can’t perform that action at this time.
0 commit comments