a11y: Improve color contrast for help button (#672)

This commit is contained in:
Aki Hamano 2024-06-17 11:55:45 +09:00 committed by GitHub
parent 58fed318c7
commit 93fafc7aae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,12 +27,8 @@ $modal-footer-height: 70px;


&__plugin-sidebar { &__plugin-sidebar {
&__about-button { &__about-button {
color: $gray-600; color: $gray-700;
margin-top: 3rem; margin-top: 3rem;
} }

&__about-button svg {
fill: $gray-600;
}
} }
} }