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
+1 -3
View File
@@ -62,11 +62,9 @@
padding: 0.2em 0.4em; padding: 0.2em 0.4em;
} }
@media (prefers-color-scheme: dark) { :is(.dark) .markdown code {
.markdown code {
background-color: #404040; background-color: #404040;
} }
}
.markdown table { .markdown table {
border-collapse: collapse; border-collapse: collapse;
+1 -1
View File
File diff suppressed because one or more lines are too long