update
This commit is contained in:
@@ -64,6 +64,17 @@
|
||||
--neutral: #b8860b;
|
||||
}
|
||||
|
||||
/* Darkmode — die App setzt data-theme="dark" auf <html>; Druck/PDF bleibt hell */
|
||||
@media screen {
|
||||
html[data-theme="dark"] {
|
||||
--ink: #e6e8ee;
|
||||
--muted: #9aa3b2;
|
||||
--line: #2c3038;
|
||||
--bg-soft: #23262e;
|
||||
}
|
||||
html[data-theme="dark"] body { background: #15171c; }
|
||||
}
|
||||
|
||||
html, body {
|
||||
font-family: Charter, "Source Serif Pro", Georgia, serif;
|
||||
color: var(--ink);
|
||||
|
||||
Reference in New Issue
Block a user