Created
March 14, 2022 22:46
-
-
Save saralilyb/485c3877c040cd896ee1309b72f46887 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/* see here on how to use https://nesslabs.com/roam-research-themes-custom-styling-css */ | |
/* @import url('https://itsjustmath.github.io/roam-css/beau-haan/ref-formatting.css'); */ | |
/* @import url('https://itsjustmath.github.io/roam-css/beau-haan/zettelkasten.css'); */ | |
@import url('https://itsjustmath.github.io/roam-css/beau-haan/colored-lines-colored-bullets.css'); | |
@import url('https://itsjustmath.github.io/roam-css/beau-haan/sticky-headers.css'); | |
/* @import url('https://abhayprasanna.github.io/kanban%20agenda/kanban-agenda.css'); */ | |
@media (prefers-color-scheme: dark) { | |
html { | |
filter: invert(100%); | |
-webkit-filter: invert(100%); | |
} | |
img { | |
filter: invert(0%) !important; | |
-webkit-filter: invert(0%) !important; | |
} | |
} | |
/* add scrollable area at the bottom */ | |
.roam-article { | |
margin-bottom: 70% !important; | |
} | |
h1,h2,h3,h4,h5,h6 { | |
font-variant-ligatures: discretionary-ligatures !important; | |
font-feature-settings: "liga"!important; | |
text-rendering: optimizeLegibility !important; | |
font-smooth: subpixel-antialiased; | |
} | |
body, div, textarea, .level2 { | |
font-variant-ligatures: discretionary-ligatures !important; | |
font-feature-settings: "liga"!important; | |
text-rendering: optimizeLegibility !important; | |
font-smooth: subpixel-antialiased; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment