restructured the menu; fixed and changed the appearance of code blocks

This commit is contained in:
Vrifox 2021-07-29 14:34:03 +02:00
parent 69b22f49c1
commit 27a43fc4d7
Signed by: vrifox
GPG key ID: D40098E5B60B2197
3 changed files with 42 additions and 59 deletions

View file

@ -51,17 +51,11 @@ center {
text-align: center;
}
code {
border-radius: 4px;
background: var(--border);
padding: 6px;
}
pre {
background: var(--border);
border: 1px solid var(--vrifox-red);
border-radius: 4px;
overflow: scroll;
padding: 6px;
overflow: auto;
padding: 10px 15px;
}
p img {