mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 12:52:54 +02:00
mode sombre
This commit is contained in:
@ -30,10 +30,6 @@ html, body {
|
||||
font-family: LunaSans;
|
||||
}
|
||||
|
||||
body {
|
||||
background: radial-gradient(circle at 100%, rgba(2, 148, 217, 0.2) 20%, white);
|
||||
}
|
||||
|
||||
main {
|
||||
width: 100%;
|
||||
font-size: 18px;
|
||||
@ -162,3 +158,24 @@ h3 {
|
||||
height: 600px;
|
||||
max-height: calc(100vh - 64px);
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light), (prefers-color-scheme: no-preference) {
|
||||
html {
|
||||
background: radial-gradient(circle at 100%, rgba(2, 148, 217, 0.2) 20%, white);
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#dev-warning {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.cities {
|
||||
color: $grey2;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user