fixes a couple buttons color choices in high contrast

This commit is contained in:
Godfrey M 2023-01-24 09:42:03 -08:00
parent 7a9ea91be0
commit 4b51424723

View file

@ -84,7 +84,13 @@
color: #fff;
}
}
a.btn.btn-link.text-left{
color:@navy;
border: 1px solid #000;
}
a.btn.btn-link.text-left:hover{
color:@navy;
}
a {
color: @navy;
@ -102,10 +108,6 @@ a.btn {
&:hover {
color: #fff;
text-decoration: underline;
}
&:visited {
color: #fff;
}
}