update
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user