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
+2 -4
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 {
+1 -1
View File
File diff suppressed because one or more lines are too long