udpdated css

This commit is contained in:
nihilist 2025-05-11 14:12:57 +02:00
parent b17e36aef7
commit 1ef925a4e2

View file

@ -23,11 +23,22 @@ img {
max-height: 800px; max-height: 800px;
} }
code { md-typeset pre code {
word-wrap: break-word; word-wrap: break-word;
} }
strong { strong {
background-color: #08101c;
color: #e5ae39;
padding-right: 1px;
padding-left: 1px;
padding-top: 1px;
padding-bottom: 1px;
border: 2px solid #08101c;
border-radius: 5px;
}
md-typeset strong {
background-color: #08101c; background-color: #08101c;
color: #e5ae39; color: #e5ae39;
padding-right: 1px; padding-right: 1px;