fix stuff

This commit is contained in:
nihilist 2025-05-11 14:02:27 +02:00
parent 4945b001a4
commit 0df8edd3c7
6 changed files with 792 additions and 34 deletions

View file

@ -25,4 +25,15 @@ img {
code {
word-wrap: break-word;
}
b {
background-color: #08101c;
color: #e5ae39;
padding-right: 1px;
padding-left: 1px;
padding-top: 1px;
padding-bottom: 1px;
border: 2px solid #08101c;
border-radius: 5px;
}