diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-19 19:59:45 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-19 19:59:45 +0100 |
commit | 2f3f95d3a9473d4b9c15727c960f51026c992094 (patch) | |
tree | f13684555846f3c0b3fb8e81aebf6017e797eb8e /view | |
parent | d958f1099b523c3903ffc186236cf15ea675550e (diff) | |
download | volse-hubzilla-2f3f95d3a9473d4b9c15727c960f51026c992094.tar.gz volse-hubzilla-2f3f95d3a9473d4b9c15727c960f51026c992094.tar.bz2 volse-hubzilla-2f3f95d3a9473d4b9c15727c960f51026c992094.zip |
change the btn-outline-secondary:hover color to soething sane
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index de179d56e..db06d39c3 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1435,6 +1435,10 @@ blockquote { border-radius: $radius; } +.btn-outline-secondary:hover { + color: $font_colour; +} + /* .navbar-inverse { background-image: -webkit-linear-gradient(top, $nav_gradient_top 0%, $nav_gradient_bottom 100%); |