diff options
Diffstat (limited to 'cerulean/bootswatch.less')
-rwxr-xr-x | cerulean/bootswatch.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cerulean/bootswatch.less b/cerulean/bootswatch.less index 11fdb765..e4ff9e1a 100755 --- a/cerulean/bootswatch.less +++ b/cerulean/bootswatch.less @@ -40,6 +40,14 @@ h1,h2,h3,h4,h5,h6 { } } +.navbar .nav-collapse > .nav > li .dropdown-menu a { + color: @linkColor; + + &:hover { + color: @white; + } +} + .btn-navbar:hover { background-color: darken(@white, 20%); background-position: 0 0; |