udpdated css

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

View file

@ -23,7 +23,7 @@ img {
max-height: 800px;
}
code {
md-typeset pre code {
word-wrap: break-word;
}
@ -38,3 +38,14 @@ strong {
border-radius: 5px;
}
md-typeset 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;
}