Skip to content

Instantly share code, notes, and snippets.

@RickBarretto
Last active January 2, 2022 18:41
Show Gist options
  • Save RickBarretto/c27bdf90cdca21ce1ea3e08c2f5b4db5 to your computer and use it in GitHub Desktop.
Save RickBarretto/c27bdf90cdca21ce1ea3e08c2f5b4db5 to your computer and use it in GitHub Desktop.
Snippet to do the California Coast Theme for Obsidian.md a little prettier ;)
.modal-bg
{
backdrop-filter: blur(2px);
}
.frontmatter-container
{
margin-bottom: 4rem;
}
.modal,
.frontmatter-container,
.dropdown,
.prompt
{
border: none;
}
.theme-dark .setting-item-control button, .theme-dark button, .theme-dark button.mod-cta,
.theme-dark .dropdown,
.theme-dark .nav-action-button
{
box-shadow: none;
}
@RickBarretto
Copy link
Author

What is it?

It's a Css Snippet to do the California Coast Theme for Obsidian a little prettier!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment