Hopefully fix non-rendering icons on mobile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user