Hopefully fix non-rendering icons on mobile

This commit is contained in:
2025-11-27 17:02:15 +01:00
parent 0e4910137d
commit 17d6399458
56 changed files with 1532 additions and 1168 deletions

View File

@@ -143,7 +143,7 @@ h2:has(.done.FREED), h3:has(.done.FREED), h4:has(.done.FREED), h5:has(.done.FREE
--font-size: 1.2rem;
--line-height: 1.6rem;
--font-family: "Source Serif Pro";
--font-family: "Source Serif Pro", "Noto Sans Symbols 2";
--scale: 2;
}
@@ -482,3 +482,8 @@ div.center figcaption {
.TODO { color: var(--red3); }
.DONE { color: var(--green3); }
html {
visibility: visible;
opacity: 1;
}