diff options
Diffstat (limited to 'cyborg/bootswatch.less')
-rwxr-xr-x | cyborg/bootswatch.less | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cyborg/bootswatch.less b/cyborg/bootswatch.less index c2988718..870f3f92 100755 --- a/cyborg/bootswatch.less +++ b/cyborg/bootswatch.less @@ -325,18 +325,19 @@ div.subnav { } .breadcrumb { + background-color: transparent; background-image: none; border-width: 0; .box-shadow(none); font-size: 14px; - li > a { - color: @blue; + li { text-shadow: none; } - li.active { + li > a { + color: @blue; text-shadow: none; } } |