We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1f1fe commit 23f6e05Copy full SHA for 23f6e05
discord/styles/theme.css
@@ -487,13 +487,14 @@ header > div > .flex-row > div {
487
background-color: rgba(0, 0, 0, 0.05);
488
}
489
490
-/* Style inline code blocks with light background */
491
-.prose code:not(pre code) {
492
- background-color: #f0f1f5;
493
-}
494
-
495
/* Light mode overrides */
496
html[style*="color-scheme: light"] {
+ /* Style inline code blocks with light background */
+ .prose code:not(pre code) {
+ background-color: #f0f1f5;
+ }
+
497
498
.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
499
border-bottom: none;
500
color: rgb(var(--primary));
0 commit comments