mode sombre

This commit is contained in:
Pascal Engélibert
2023-04-26 18:58:04 +02:00
parent 98f519215a
commit 7db78bd2b3
8 changed files with 50 additions and 5 deletions

View File

@ -68,3 +68,9 @@
padding-bottom: 14px;
font-size: 24px;
}
@media (prefers-color-scheme: dark) {
.service_box-link, .service_box-link:visited {
color: white;
}
}