Spaces:
Paused
Paused
Update custom.css
Browse files- custom.css +2 -2
custom.css
CHANGED
|
@@ -450,7 +450,7 @@ button.flex.gap-1.items-center:not(.run-code-button) {
|
|
| 450 |
display: none;
|
| 451 |
}
|
| 452 |
/* 代码区域使用字体 */
|
| 453 |
-
|
| 454 |
font-family: 'JetBrains Mono', monospace;
|
| 455 |
-
font-weight:
|
| 456 |
}
|
|
|
|
| 450 |
display: none;
|
| 451 |
}
|
| 452 |
/* 代码区域使用字体 */
|
| 453 |
+
.cm-editor {
|
| 454 |
font-family: 'JetBrains Mono', monospace;
|
| 455 |
+
font-weight: 800;
|
| 456 |
}
|