Skip to content

Instantly share code, notes, and snippets.

@ScottKillen
Created December 21, 2022 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ScottKillen/c30c6ce4a9fc6ff5a810668e72cb83b8 to your computer and use it in GitHub Desktop.
Save ScottKillen/c30c6ce4a9fc6ff5a810668e72cb83b8 to your computer and use it in GitHub Desktop.
Tweaks accented text in minimal theme for Obsidian for readability.
#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