diff --git a/ui/src/Styles/DarkTheme.scss b/ui/src/Styles/DarkTheme.scss index 6ca5c1885..4cc9a9c20 100644 --- a/ui/src/Styles/DarkTheme.scss +++ b/ui/src/Styles/DarkTheme.scss @@ -71,6 +71,8 @@ $accordion-button-active-bg: $gray-700; $table-bg: transparent; $table-accent-bg: transparent; +$card-cap-bg: inherit; + @import "./RebootlessBootstrap"; @import "bootswatch/dist/darkly/bootswatch"; diff --git a/ui/src/Styles/LightTheme.scss b/ui/src/Styles/LightTheme.scss index 82af8b6fa..90bd18bc6 100644 --- a/ui/src/Styles/LightTheme.scss +++ b/ui/src/Styles/LightTheme.scss @@ -55,6 +55,8 @@ $modal-header-border-color: $gray-300; $table-bg: transparent; $table-accent-bg: transparent; +$card-cap-bg: inherit; + @import "./RebootlessBootstrap"; @import "bootswatch/dist/flatly/bootswatch";