mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-10 15:53:03 +03:00
feat: Inconsolata -> monospace for code blocks
This commit is contained in:
parent
c2572b6cc9
commit
d234d2df93
1 changed files with 6 additions and 2 deletions
|
|
@ -239,11 +239,15 @@ $toc-left-width: $toc-width + $max-width + 25px;
|
|||
border: 1px solid #cccccc;
|
||||
border-radius: 10%;
|
||||
padding: 0px 4px;
|
||||
font-family: "Inconsolata" !important;
|
||||
font-family: monospace !important;
|
||||
|
||||
span {
|
||||
font-family: monospace;
|
||||
}
|
||||
}
|
||||
pre code {
|
||||
all: unset;
|
||||
font-size: 110%;
|
||||
font-size: 95%;
|
||||
}
|
||||
.highlight {
|
||||
margin: $y-medium auto;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue