Skip to content

Commit d82487c

Browse files
committed
fix(docs): inline code
1 parent 19f6450 commit d82487c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

super.so-theme-docs/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ img.emoji {
1313
--cta-color-text: #424b55!important;
1414
--color-text-default: #424b55;
1515
--callout-border-radius: 20px!important;
16-
--inline-code-bg-color: rgba(28, 160, 241, 0.1)!important;
16+
--inline-code-bg-color: #53A9DB!important;
1717
--content-width: 1500px!important;
1818
/**/
1919
--color-code-block: #fafafa !important;
@@ -301,7 +301,7 @@ code {
301301
background: 0 0 !important;
302302
}
303303

304-
.notion-semantic-string > .code {
304+
.notion-semantic-string .code {
305305
background: var(--inline-code-bg-color) !important;
306306
color: var(--color-text-default) !important;
307307
font-size: 0.9em !important;

0 commit comments

Comments
 (0)