aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap-flex.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/css/bootstrap-flex.css')
-rw-r--r--docs/dist/css/bootstrap-flex.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap-flex.css b/docs/dist/css/bootstrap-flex.css
index 5ff29549f..efabcf3d9 100644
--- a/docs/dist/css/bootstrap-flex.css
+++ b/docs/dist/css/bootstrap-flex.css
@@ -4388,6 +4388,10 @@ tbody.collapse.active {
background-color: rgba(0, 0, 0, 0.075);
}
+.navbar-light .navbar-text {
+ color: rgba(0, 0, 0, 0.5);
+}
+
.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
color: white;
@@ -4429,6 +4433,10 @@ tbody.collapse.active {
background-color: rgba(255, 255, 255, 0.075);
}
+.navbar-dark .navbar-text {
+ color: rgba(255, 255, 255, 0.5);
+}
+
.navbar-toggleable-xs::after {
content: "";
display: table;