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
1 changed files with 1 additions and 1 deletions

View File

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