We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f6450 commit d82487cCopy full SHA for d82487c
super.so-theme-docs/style.css
@@ -13,7 +13,7 @@ img.emoji {
13
--cta-color-text: #424b55!important;
14
--color-text-default: #424b55;
15
--callout-border-radius: 20px!important;
16
- --inline-code-bg-color: rgba(28, 160, 241, 0.1)!important;
+ --inline-code-bg-color: #53A9DB!important;
17
--content-width: 1500px!important;
18
/**/
19
--color-code-block: #fafafa !important;
@@ -301,7 +301,7 @@ code {
301
background: 0 0 !important;
302
}
303
304
-.notion-semantic-string > .code {
+.notion-semantic-string .code {
305
background: var(--inline-code-bg-color) !important;
306
color: var(--color-text-default) !important;
307
font-size: 0.9em !important;
0 commit comments