font adjustments
Some checks are pending
Deploy Arise to html branch / Deploy Arise (push) Waiting to run
Some checks are pending
Deploy Arise to html branch / Deploy Arise (push) Waiting to run
This commit is contained in:
parent
c2beb620f5
commit
a8d1d889bd
1 changed files with 3 additions and 4 deletions
|
|
@ -38,7 +38,6 @@ body {
|
|||
.topbar {
|
||||
text-align: center;
|
||||
margin-bottom: 30px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.topbar a {
|
||||
color: #82aaff;
|
||||
|
|
@ -92,7 +91,7 @@ figure img {
|
|||
margin: 0 auto;
|
||||
}
|
||||
figcaption {
|
||||
font-size: 0.9em;
|
||||
font-size: 0.8em;
|
||||
color: #aaa;
|
||||
text-align: center;
|
||||
margin-top: 0.3em;
|
||||
|
|
@ -104,7 +103,7 @@ code {
|
|||
color: #ffd866;
|
||||
padding: 0.15em 0.35em;
|
||||
border-radius: 4px;
|
||||
font-size: 0.95em;
|
||||
font-size: 0.9em;
|
||||
font-family: "JetBrains Mono", "Fira Code", monospace;
|
||||
}
|
||||
|
||||
|
|
@ -114,7 +113,7 @@ pre.sourceCode {
|
|||
border-radius: 6px;
|
||||
padding: 1em;
|
||||
overflow-x: auto;
|
||||
margin: 1.2em 0;
|
||||
margin: 0.9m 0;
|
||||
font-family: "JetBrains Mono", "Fira Code", monospace;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue