@@ -1988,7 +1988,7 @@ $header-padding-y: $spacer * .5 !default;
1988
1988
$header-padding-x : $spacer * .5 !default ;
1989
1989
$header-brand-font-size : $font-size-lg !default ;
1990
1990
$header-color : rgba (var (--#{$prefix}emphasis-color-rgb ), .65 ) !default ;
1991
- $header-bg : $white !default ;
1991
+ $header-bg : var ( --#{$prefix}body-bg ) !default ;
1992
1992
$header-border-color : var (--#{$prefix}border-color ) !default ;
1993
1993
$header-border-width : var (--#{$prefix}border-width ) !default ;
1994
1994
$header-hover-color : rgba (var (--#{$prefix}emphasis-color-rgb ), .8 ) !default ;
@@ -2127,7 +2127,7 @@ $sidebar-widths: (
2127
2127
$sidebar-padding-y : 0 !default ;
2128
2128
$sidebar-padding-x : 0 !default ;
2129
2129
$sidebar-color : $high-emphasis-inverse !default ;
2130
- $sidebar-bg : $gray-base !default ;
2130
+ $sidebar-bg : $gray-800 !default ;
2131
2131
$sidebar-border-width : 0 !default ;
2132
2132
$sidebar-border-color : transparent !default ;
2133
2133
$sidebar-transition : margin-left .15s , margin-right .15s , box-shadow .075s , transform .15s , width .15s , z-index 0s ease .15s !default ;
@@ -2214,10 +2214,10 @@ $sidebar-toggler-hover-bg: rgba(0, 0, 0, .3) !default;
2214
2214
$sidebar-toggler-indicator-hover-color : $sidebar-nav-link-hover-color !default ;
2215
2215
$sidebar-toggler-indicator-hover-icon : url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='#{$sidebar-toggler-indicator-hover-color } ' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E" ) !default ;
2216
2216
2217
- $sidebar-light-color : $ body-color !default ;
2218
- $sidebar-light-bg : $white !default ;
2219
- $sidebar-light-border-width : 0 !default ;
2220
- $sidebar-light-border-color : transparent !default ;
2217
+ $sidebar-light-color : var ( --#{$prefix} body-color) !default ;
2218
+ $sidebar-light-bg : var ( --#{$prefix}body-bg ) !default ;
2219
+ $sidebar-light-border-width : 0 !default ;
2220
+ $sidebar-light-border-color : transparent !default ;
2221
2221
2222
2222
$sidebar-light-brand-color : $white !default ;
2223
2223
$sidebar-light-brand-bg : $primary !default ;
@@ -2264,7 +2264,7 @@ $sidebar-light-toggler-indicator-hover-icon: url("data:image/svg+xml;charset
2264
2264
$footer-min-height : 3rem !default ;
2265
2265
$footer-padding-y : $spacer * .5 !default ;
2266
2266
$footer-padding-x : $spacer !default ;
2267
- $footer-bg : $gray-100 !default ;
2267
+ $footer-bg : var ( --#{$prefix}tertiary-bg ) !default ;
2268
2268
$footer-color : var (--#{$prefix}body-color ) !default ;
2269
2269
$footer-border-width : var (--#{$prefix}border-width ) !default ;
2270
2270
$footer-border-color : var (--#{$prefix}border-color ) !default ;
0 commit comments