Revamp code highlighting theme

This commit is contained in:
Xevion
2022-03-31 17:02:31 -05:00
parent 4a2f6c176a
commit 9a0c1474c8
2 changed files with 81 additions and 83 deletions

View File

@@ -105,19 +105,29 @@ dd {
margin-left: 2em;
}
pre, code {
pre,
code {
font-family: CMU Typewriter Text, monospace, monospace;
font-size: 0.75em;
font-style: normal !important;
}
pre {
background: #f9f9f9;
padding: 0.5em;
code {
border: 1px solid rgb(150, 150, 150);
border-radius: 3px;
background-color: rgb(0, 0, 0);
padding: 0.15em 0.34em;
}
pre code {
font-size: 1em;
pre {
background: rgb(25, 25, 25);
border-radius: 7px;
padding: 1em;
code {
font-size: 1em;
border: 0;
background-color: transparent !important;
}
}
a, hr {