mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 05:17:00 -06:00
31 lines
503 B
SCSS
31 lines
503 B
SCSS
pre,
|
|
code {
|
|
font-family: "CMU Typewriter Text", monospace;
|
|
font-size: 0.75em;
|
|
font-style: normal !important;
|
|
}
|
|
|
|
a > code {
|
|
color: #90bcff;
|
|
}
|
|
|
|
code {
|
|
border: 1px solid rgb(150, 150, 150);
|
|
border-radius: 3px;
|
|
background-color: rgb(0, 0, 0);
|
|
padding: 0.15em 0.34em;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
pre {
|
|
background: rgb(25, 25, 25);
|
|
border-radius: 7px;
|
|
padding: 1em;
|
|
|
|
code {
|
|
font-size: 1em;
|
|
border: 0;
|
|
background-color: transparent !important;
|
|
white-space: pre-wrap;
|
|
}
|
|
} |