1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 12:47:49 +02:00

make the text visible on yellow :target background

The white text was not visible on the yellow :target background so I made it darker.
(this is only a problem with dark mode)
This commit is contained in:
Zachary Crespin 2022-06-16 17:11:53 -07:00 committed by GitHub
parent 15237620db
commit 65842b6f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,7 @@ strong {
:target {
background-color: yellow;
color: #444 !important;
}
.container {