Skip to content

Commit b487c03

Browse files
committed
style: inline code block
1 parent 7b183ee commit b487c03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content-script/styles.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178

179179
code {
180180
background-color: var(--code-background-color);
181+
font-size: 14px;
181182
}
182183
}
183184

@@ -186,12 +187,13 @@
186187
}
187188

188189
code {
189-
padding: 0.2em 0.4em;
190+
padding: 0 0.4em;
190191
margin: 0;
191192
white-space: pre-wrap;
192193
word-break: break-word;
193194
border-radius: 8px;
194195
background-color: var(--color-neutral-muted);
196+
font-size: 11px;
195197

196198
.hljs {
197199
padding: 0;

0 commit comments

Comments
 (0)