Skip to content

Commit f95d054

Browse files
committed
fix(scss): dark popover variables
1 parent 5725515 commit f95d054

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scss/themes/dark/_variables.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,8 @@ $table-head-color: $body-color !default;
185185

186186
// List group with accent
187187
$list-group-accent-divider-bg: $gray-800 !default;
188+
189+
// Popovers
190+
$popover-bg: $gray-900 !default;
191+
$popover-border-color: rgba($white, .2) !default;
192+
$popover-header-bg: lighten($popover-bg, 3%) !default;

0 commit comments

Comments
 (0)