Merge pull request #12405 from Godmartinz/high_contrast_color_adjustments

Fixed buttons colors in high contrast theme
This commit is contained in:
snipe 2023-01-24 15:17:03 -08:00 committed by GitHub
commit 935f5018cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}
}