fix pre code blocks

This commit is contained in:
nihilist 2025-05-11 14:21:22 +02:00
parent d4a5d5ae9d
commit b82a6a3f88

View file

@ -28,6 +28,19 @@ img {
border-color:#e5ae39;
}
.md-typeset pre {
padding: 9.5px;
font-size: 13px;
line-height: 1.428571429;
color: #FFFFFF;
word-break: break-all;
word-wrap: break-word;
background-color: #000000;
border-color: #f09018;
margin: 1em 0;
}
strong {
background-color: #08101c;
color: #e5ae39;