Update style.less

This commit is contained in:
beenull 2023-11-26 20:57:57 +00:00
parent ca8335de09
commit 78547417db

View file

@ -14,7 +14,7 @@
}
* {
font-family: system-ui, sans-serif;
font-family: IBM Plex Mono,monospace;
scrollbar-width: auto;
@ -73,7 +73,7 @@ a {
}
code {
font-family: monospace;
font-family: IBM Plex Mono,monospace;
}
.helpText {