This commit is contained in:
nihilist 2025-05-11 14:05:52 +02:00
parent 0df8edd3c7
commit b17e36aef7
2 changed files with 4 additions and 3 deletions

View file

@ -27,7 +27,7 @@ code {
word-wrap: break-word;
}
b {
strong {
background-color: #08101c;
color: #e5ae39;
padding-right: 1px;
@ -36,4 +36,5 @@ b {
padding-bottom: 1px;
border: 2px solid #08101c;
border-radius: 5px;
}
}