This commit is contained in:
2025-06-21 02:26:24 +01:00
parent 4a577e928a
commit 189d63d7ba
7 changed files with 132 additions and 3 deletions

View File

@@ -393,6 +393,10 @@ section.rowsect>div {
font-weight: 900;
}
.title-font {
font-family: var(--title-font);
}
@media screen and (max-width: 1000px) {
body {
background-color: var(--background-color);