Created
December 21, 2022 04:08
-
-
Save ScottKillen/c30c6ce4a9fc6ff5a810668e72cb83b8 to your computer and use it in GitHub Desktop.
Tweaks accented text in minimal theme for Obsidian for readability.
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
#calendar-container .active, | |
.flair.mod-pop, | |
.horizontal-tab-nav-item.is-active, | |
.linter-navigation-item-selected, | |
.nav-file-title.is-active, | |
.vertical-tab-nav-item.is-active, | |
.community-item.is-selected, | |
.mod-cta { | |
text-shadow: 1px 1px 1px black; | |
} | |
.community-item-downloads svg { | |
filter: drop-shadow(1px 1px 1px black); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment