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 7b183ee commit b487c03Copy full SHA for b487c03
src/content-script/styles.scss
@@ -178,6 +178,7 @@
178
179
code {
180
background-color: var(--code-background-color);
181
+ font-size: 14px;
182
}
183
184
@@ -186,12 +187,13 @@
186
187
188
189
- padding: 0.2em 0.4em;
190
+ padding: 0 0.4em;
191
margin: 0;
192
white-space: pre-wrap;
193
word-break: break-word;
194
border-radius: 8px;
195
background-color: var(--color-neutral-muted);
196
+ font-size: 11px;
197
198
.hljs {
199
padding: 0;
0 commit comments