1
0
mirror of synced 2024-11-23 22:41:01 +01:00

Fix markdown code styles in dark mode

This commit is contained in:
shiibe 2024-06-05 23:28:37 -04:00
parent 29c1e01a0e
commit 8ca2751fb4

View File

@ -165,7 +165,7 @@
}
.markdown-content code {
background-color: #f8f8f8;
background-color: var(--mud-palette-background-grey);
border: 1px solid #ccc;
border-radius: 3px;
font-size: 0.9em;
@ -173,7 +173,7 @@
}
.markdown-content pre {
background-color: #f8f8f8;
background-color: var(--mud-palette-background-grey);
border: 1px solid #ccc;
border-radius: 3px;
font-size: 0.9em;