mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-09 16:09:07 -06:00
Revamp code highlighting theme
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user