change the btn-outline-secondary:hover color to soething sane
This commit is contained in:
parent
d958f1099b
commit
2f3f95d3a9
@ -1435,6 +1435,10 @@ blockquote {
|
|||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-outline-secondary:hover {
|
||||||
|
color: $font_colour;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
.navbar-inverse {
|
.navbar-inverse {
|
||||||
background-image: -webkit-linear-gradient(top, $nav_gradient_top 0%, $nav_gradient_bottom 100%);
|
background-image: -webkit-linear-gradient(top, $nav_gradient_top 0%, $nav_gradient_bottom 100%);
|
||||||
|
Reference in New Issue
Block a user