Fix unreadable active tab

This commit is contained in:
Raphael Michel
2021-10-31 17:28:35 +01:00
parent 5d41b20bae
commit 9ff565f772

View File

@@ -67,3 +67,8 @@ $panel-default-heading-bg: #e5e5e5 !default;
$body-bg: #FFFFFF !default;
$main-box-bg: #FFFFFF;
/* The following vars default to $body-bg in bootstrap, which we don't want */
$nav-tabs-active-link-hover-bg: #FFFFFF;
$nav-tabs-justified-active-link-border-color: #FFFFFF;
$thumbnail-bg: #FFFFFF;