restructured the menu; fixed and changed the appearance of code blocks
This commit is contained in:
parent
69b22f49c1
commit
27a43fc4d7
3 changed files with 42 additions and 59 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue