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 @@ -92,11 +92,11 @@ $light-border-subtle-dark: $gray-700-dark !default;
92
92
$dark-border-subtle-dark : $gray-800-dark !default ;
93
93
// scss-docs-end theme-border-subtle-dark-variables
94
94
95
- $body-color-dark : $gray-300-dark !default ;
95
+ $body-color-dark : rgba ( $white , .87 ) !default ;
96
96
$body-bg-dark : $gray-900-dark !default ;
97
- $body-secondary-color-dark : rgba ($body-color-dark , .75 ) !default ;
97
+ $body-secondary-color-dark : rgba ($white , .6 ) !default ;
98
98
$body-secondary-bg-dark : $gray-800-dark !default ;
99
- $body-tertiary-color-dark : rgba ($body-color-dark , .5 ) !default ;
99
+ $body-tertiary-color-dark : rgba ($white , .38 ) !default ;
100
100
$body-tertiary-bg-dark : mix ($gray-800-dark , #212631 , 50% ) !default ;
101
101
$body-emphasis-color-dark : $white !default ;
102
102
$border-color-dark : $gray-800-dark !default ;
You can’t perform that action at this time.
0 commit comments