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.
2 parents dcfedc3 + 81b0529 commit 43d8f41Copy full SHA for 43d8f41
src/css/custom.scss
@@ -278,15 +278,20 @@ html[data-theme='dark'] pre,
278
html[data-theme='dark'] pre code,
279
html[data-theme='dark'] code {
280
background: none !important;
281
- background-color: #282828 !important;
+ background-color: #323131 !important;
282
box-shadow: none !important;
283
filter: none !important;
284
border: none !important;
285
+ font-weight: normal;
286
+ border-radius: 3px !important;
287
}
288
289
html[data-theme='light'] code {
- background-color: #f5f5f5 !important;
290
291
+ background-color: #f6f5f5 !important;
292
color: #000 !important;
293
+ border: none !important;
294
295
296
297
/* === Block code (pre) === */
0 commit comments