diff options
Diffstat (limited to 'superhero/bootswatch.less')
-rw-r--r-- | superhero/bootswatch.less | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less index a314d93d..c7b5436b 100644 --- a/superhero/bootswatch.less +++ b/superhero/bootswatch.less @@ -11,8 +11,20 @@ border: none; font-size: 12px; - &-default .navbar-nav { + &-default { + + .badge { + background-color: #fff; + color: @navbar-default-bg; + } + } + + &-inverse { + .badge { + background-color: #fff; + color: @navbar-inverse-bg; + } } } |