This commit is contained in:
team3
2026-06-04 00:27:29 +02:00
parent 614bce2c89
commit d08878289e
11 changed files with 18 additions and 0 deletions

View File

@@ -84,6 +84,10 @@ function injectStyles(doc) {
html[data-theme="dark"] body {
background: #1c1f26;
color: var(--ink, #e6e8ee);
}
/* Callouts haben hartkodierte helle Hintergründe (#e8f4ea u. ä.) */
html[data-theme="dark"] .callout {
background: var(--bg-soft, #23262e);
}`
style.textContent = `@media screen {
${portrait}