Hopefully fix non-rendering icons on mobile
This commit is contained in:
@@ -753,7 +753,7 @@ document.addEventListener('DOMContentLoaded', enableFootnotes);
|
||||
|
||||
--font-size: 1.2rem;
|
||||
--line-height: 1.6rem;
|
||||
--font-family: "Source Serif Pro";
|
||||
--font-family: "Source Serif Pro", "Noto Sans Symbols 2";
|
||||
|
||||
--scale: 2;
|
||||
}
|
||||
@@ -1134,3 +1134,10 @@ div.center figcaption {
|
||||
.TODO { color: var(--red3); }
|
||||
.DONE { color: var(--green3); }
|
||||
#+END_SRC
|
||||
*** No unstyled content :autocollapse:
|
||||
#+BEGIN_SRC css :tangle ../html/static/style.css
|
||||
html {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
Reference in New Issue
Block a user