whitespace

This commit is contained in:
nihilist 2025-05-11 14:53:26 +02:00
parent ea3c625b91
commit d89dc44d44

View file

@ -28,7 +28,8 @@ img {
font-size: 13px;
line-height: 1.428571429;
color: #FFFFFF;
word-break: break-all;
white-space: pre-wrap;
word-wrap: break-word;
background-color: #000000;
@ -38,7 +39,7 @@ img {
/*overflow: unset;*/
}
.md-typeset code {
.md-typeset pre {
/*overflow: unset;*/
}