Add rounded corners to codeblocks; also ensure horizontal scrolling to avoid overflow
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-05 21:42:24 +02:00
parent 0b5ed8683c
commit 7f73540fd7

View File

@ -130,6 +130,11 @@ kbd, code {
pre { pre {
background-color: $codeblock-background; background-color: $codeblock-background;
padding: 0.5em; padding: 0.5em;
overflow-x: auto;
font-weight: bold;
border: 1px solid #DDDDDD;
border-radius: 0.5em;
code { code {
background-color: transparent; background-color: transparent;
} }