mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-14 03:29:23 +01:00
25 lines
404 B
SCSS
25 lines
404 B
SCSS
pre {
|
|
margin-top: 25px;
|
|
margin-bottom: 25px;
|
|
border: 1px solid var(--metaColor);
|
|
padding: 1rem;
|
|
font-style: monospace;
|
|
text-align: left;
|
|
white-space: pre-wrap;
|
|
|
|
code {
|
|
padding: 0;
|
|
border-radius: 0;
|
|
color: inherit;
|
|
background-color: inherit;
|
|
}
|
|
}
|
|
|
|
p code,
|
|
li code,
|
|
div code {
|
|
padding: 0 .2rem 0 .2rem;
|
|
border-radius: .3rem;
|
|
color: var(--bgColor);
|
|
background-color: var(--linkColor);
|
|
}
|