This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Carstens Custom CSS for Typora styles | |
* https://support.typora.io/Add-Custom-CSS/ | |
* | |
* Gist: https://gist.github.com/tomkyle/6ce9cee5d944cc5127be82a606c8a20f | |
*/ | |
:root { | |
--font-family: 'Fira Sans', 'Roboto', sans-serif; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Makes internal quiver-Links visible (Evernote-style) | |
* @author: Carsten Witt | |
*/ | |
.text-cell a[href|="quiver"] { | |
font-weight: 600; | |
text-decoration: none; | |
} | |
.text-cell a[href|="quiver"]::before { |