diff options
Diffstat (limited to 'united/bootswatch.less')
-rwxr-xr-x | united/bootswatch.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/united/bootswatch.less b/united/bootswatch.less index 46aebeaa..afa54f08 100755 --- a/united/bootswatch.less +++ b/united/bootswatch.less @@ -39,6 +39,14 @@ border-right: 0px solid @orange; } +.navbar .nav-collapse > .nav > li .dropdown-menu a { + color: @linkColor; + + &:hover { + color: @white; + } +} + .navbar .nav-collapse > .nav > li a:hover { background-color: #A6350F; } |