update
This commit is contained in:
@@ -19,6 +19,17 @@
|
||||
--bg-soft: #f5f5fb;
|
||||
}
|
||||
|
||||
/* 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: -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
|
||||
color: var(--ink);
|
||||
|
||||
Reference in New Issue
Block a user