From 2f3f95d3a9473d4b9c15727c960f51026c992094 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 19 Mar 2017 19:59:45 +0100 Subject: change the btn-outline-secondary:hover color to soething sane --- view/theme/redbasic/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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%); -- cgit v1.2.3