Update style.less
This commit is contained in:
parent
ca8335de09
commit
78547417db
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
@ -458,4 +458,4 @@ a[download]::before {
|
|||
filter:
|
||||
drop-shadow(-1px 1px 1px white)
|
||||
drop-shadow(1px -1px 1px white);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue