diff options
Diffstat (limited to 'united/bootswatch.less')
-rwxr-xr-x | united/bootswatch.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/united/bootswatch.less b/united/bootswatch.less index 81ca9fdd..5f264616 100755 --- a/united/bootswatch.less +++ b/united/bootswatch.less @@ -33,6 +33,15 @@ border-right: 0px solid #CE4213; } +.navbar .navbar-text > a { + color: @white; + text-decoration: underline; + + &:hover { + color: #ddd; + } +} + .navbar-search .search-query { border: 1px solid darken(@navbarBackground, 15%); } |