This commit is contained in:
nihilist 2025-05-11 14:15:27 +02:00
parent 1ef925a4e2
commit d4a5d5ae9d

View file

@ -23,8 +23,9 @@ img {
max-height: 800px; max-height: 800px;
} }
md-typeset pre code { .md-typeset pre > code {
word-wrap: break-word; word-wrap: break-word;
border-color:#e5ae39;
} }
strong { strong {
@ -38,7 +39,7 @@ strong {
border-radius: 5px; border-radius: 5px;
} }
md-typeset strong { .md-typeset strong {
background-color: #08101c; background-color: #08101c;
color: #e5ae39; color: #e5ae39;
padding-right: 1px; padding-right: 1px;