mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-11 08:03:05 +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: 1px solid #cccccc;
|
||||||
border-radius: 10%;
|
border-radius: 10%;
|
||||||
padding: 0px 4px;
|
padding: 0px 4px;
|
||||||
font-family: "Inconsolata" !important;
|
font-family: monospace !important;
|
||||||
|
|
||||||
|
span {
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
pre code {
|
pre code {
|
||||||
all: unset;
|
all: unset;
|
||||||
font-size: 110%;
|
font-size: 95%;
|
||||||
}
|
}
|
||||||
.highlight {
|
.highlight {
|
||||||
margin: $y-medium auto;
|
margin: $y-medium auto;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue