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

@ -1 +1 @@
Subproject commit ff6bc2277238e8af4a24ff5f037e47fd3e10d2da Subproject commit ab805ea1fdd8ab67c6c41577286e864e4f3e52a0

View file

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