improves color contrast of button (#16712)

This commit is contained in:
Allie Sadler 2023-02-13 10:06:20 +00:00 committed by GitHub
parent b95bbd15b5
commit d23bca8c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ a {
div#side-toc-title {
color: $white;
}
.button {
color: $white;
}
a:not(.btn):not(.button) {
//color: $primary-links-night;
}