Skip to content

Instantly share code, notes, and snippets.

@kepano
Created October 13, 2022 20:14
Show Gist options
  • Save kepano/cde61ac7db1afd3f173a16157c627f93 to your computer and use it in GitHub Desktop.
Save kepano/cde61ac7db1afd3f173a16157c627f93 to your computer and use it in GitHub Desktop.
Snippet for old style callouts in Obsidian 1.0+
body {
--callout-border-width: 0 0 0 4px;
--callout-border-opacity: 1;
--callout-radius: 0;
--callout-padding: 0;
--callout-title-padding: var(--size-4-4) var(--size-4-4);
--callout-content-padding: var(--size-4-2) var(--size-4-4);
}
.callout-title-inner {
color: var(--text-normal);
}
.callout-content {
background-color: var(--background-primary-alt);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment