summaryrefslogtreecommitdiff
path: root/united/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'united/bootswatch.less')
-rw-r--r--united/bootswatch.less19
1 files changed, 19 insertions, 0 deletions
diff --git a/united/bootswatch.less b/united/bootswatch.less
index c4af8d8c..e0743c8c 100644
--- a/united/bootswatch.less
+++ b/united/bootswatch.less
@@ -6,6 +6,25 @@
// Navbar =====================================================================
+.navbar {
+
+ &-default {
+
+ .badge {
+ background-color: #fff;
+ color: @navbar-default-bg;
+ }
+ }
+
+ &-inverse {
+
+ .badge {
+ background-color: #fff;
+ color: @navbar-inverse-bg;
+ }
+ }
+}
+
// Buttons ====================================================================
// Typography =================================================================