adjusted code blocks part 3
This commit is contained in:
@@ -161,7 +161,7 @@ a:hover:after {
|
||||
pre {
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
padding: 0;
|
||||
padding: 3px;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
@@ -169,24 +169,11 @@ code {
|
||||
background-color: #44475a;
|
||||
color: #50fa7b;
|
||||
display: block;
|
||||
padding: 3px;
|
||||
font-family: monospace;
|
||||
font-size: 0.9em;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
code:before {
|
||||
content: "\A";
|
||||
background-color: none;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
code:after {
|
||||
content: "\A";
|
||||
background-color: none;
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
color: #f8f8f2;
|
||||
|
||||
Reference in New Issue
Block a user