fixed styling for precode blocks

This commit is contained in:
2025-10-06 11:31:44 +02:00
parent 06217188e1
commit 71ee0c1c85

View File

@@ -361,12 +361,12 @@ body.dark-mode td {
border-color: #444;
}
body.dark-mode th {
background: #1e1e1e;
background: #121212;
}
body.dark-mode code,
body.dark-mode pre {
background: #1e1e1e;
background: #121212;
color: #c8c8c8;
}
@@ -379,7 +379,7 @@ body.dark-mode input,
body.dark-mode select,
body.dark-mode textarea,
body.dark-mode button {
background: #1e1e1e;
background: #121212;
color: #e0e0e0;
border: 1px solid #555;
}