fixed theme

This commit is contained in:
veeso
2023-07-05 13:22:56 +02:00
parent 5a5fa52b57
commit 6506f4ae59
2 changed files with 3 additions and 5 deletions

View File

@@ -62,10 +62,8 @@
padding: 0.2em 0.4em;
}
@media (prefers-color-scheme: dark) {
.markdown code {
background-color: #404040;
}
:is(.dark) .markdown code {
background-color: #404040;
}
.markdown table {

File diff suppressed because one or more lines are too long