change the btn-outline-secondary:hover color to soething sane

This commit is contained in:
Mario Vavti 2017-03-19 19:59:45 +01:00
parent d958f1099b
commit 2f3f95d3a9

View File

@ -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%);