Spaces:
Runtime error
Runtime error
Update assets/custom.css
Browse files- assets/custom.css +1 -1
assets/custom.css
CHANGED
@@ -488,7 +488,7 @@ pre code {
|
|
488 |
box-shadow: 6px 6px 16px hsla(0, 0%, 0%, 0.2);
|
489 |
}
|
490 |
/* 代码高亮样式 */
|
491 |
-
.highlight {font-family: IBM Plex Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;}
|
492 |
.highlight .hll { background-color: #49483e }
|
493 |
.highlight .c { color: #75715e } /* Comment */
|
494 |
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
|
|
|
488 |
box-shadow: 6px 6px 16px hsla(0, 0%, 0%, 0.2);
|
489 |
}
|
490 |
/* 代码高亮样式 */
|
491 |
+
.highlight pre{font-family: IBM Plex Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;}
|
492 |
.highlight .hll { background-color: #49483e }
|
493 |
.highlight .c { color: #75715e } /* Comment */
|
494 |
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
|