mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01: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:
parent
15237620db
commit
65842b6f43
@ -108,6 +108,7 @@ strong {
|
|||||||
|
|
||||||
:target {
|
:target {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
|
color: #444 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user