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

@ -59,3 +59,9 @@
color: $grey1;
float: right;
}
@media (prefers-color-scheme: dark) {
.client_box-sign {
color: $grey2;
}
}