1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 04:37:48 +02:00

improve dark mode contrast on hovering license rules

This commit is contained in:
Antony K. S 2023-12-29 02:49:16 +07:00
parent b8f914d82d
commit ff17268d1a

View File

@ -24,7 +24,7 @@ body {
color: #ccc !important; color: #ccc !important;
} }
.site-footer a { .license-rules li:hover, .site-footer a {
color: #ddd !important; color: #ddd !important;
} }