From 0d2885e3dc7b73c7e7ed83d4b4f25c2bbe7a3a86 Mon Sep 17 00:00:00 2001 From: Gamebrary Date: Mon, 10 May 2021 15:41:32 -0700 Subject: [PATCH] change popover background --- src/styles/_bootstrap-theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_bootstrap-theme.scss b/src/styles/_bootstrap-theme.scss index 5cd01a24..79bc3463 100644 --- a/src/styles/_bootstrap-theme.scss +++ b/src/styles/_bootstrap-theme.scss @@ -661,7 +661,7 @@ $card-bg: $secondary !default; // // Popovers // // $popover-font-size: $font-size-sm !default; -// $popover-bg: $white !default; +$popover-bg: $dark !default; // $popover-max-width: 276px !default; // $popover-border-width: $border-width !default; // $popover-border-color: rgba($black, .2) !default;