utilise le mode 'color-sheme' des navigateurs a la place d'un css en dur pour le mode sombre
This commit is contained in:
parent
81f388ef4b
commit
7fa1a10b3e
@ -1,10 +1,13 @@
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
background: #333;
|
||||
padding: 0px 0px 70px 0px;
|
||||
color: #c3c3c3;
|
||||
color: #9a9a9a;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
@ -82,7 +85,7 @@ table {
|
||||
body * {
|
||||
background: #c3c3c3;
|
||||
color: #333;
|
||||
line-height: 1em;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user