font change
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
e846184498
commit
1c6d2e0078
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: "JetBrains Mono", "Fira Code", monospace;
|
||||
font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
|
||||
background-color: #1e1f22;
|
||||
color: #d9d9d9;
|
||||
line-height: 1.6;
|
||||
|
|
@ -105,6 +105,7 @@ code {
|
|||
padding: 0.15em 0.35em;
|
||||
border-radius: 4px;
|
||||
font-size: 0.95em;
|
||||
font-family: "JetBrains Mono", "Fira Code", monospace;
|
||||
}
|
||||
|
||||
/* === Code Blocks === */
|
||||
|
|
@ -114,6 +115,7 @@ pre.sourceCode {
|
|||
padding: 1em;
|
||||
overflow-x: auto;
|
||||
margin: 1.2em 0;
|
||||
font-family: "JetBrains Mono", "Fira Code", monospace;
|
||||
}
|
||||
|
||||
/* Monokai-style syntax colors */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue