Improvements in performance

This commit is contained in:
Sebastian Seedorf
2022-08-12 10:33:37 +02:00
parent e4250f0344
commit 74fddc6710
17 changed files with 390 additions and 214 deletions

View File

@@ -22,6 +22,9 @@
margin-inline-end: 0.2em;
}
.strong {
font-weight: 600;
@media (prefers-color-scheme: dark) {
.span {
border-color: #111111;
background-color: #444;
}
}