Skip to content

Instantly share code, notes, and snippets.

View martinandrovich's full-sized avatar
💭
Either coding or crying about coding.

Martin Androvich martinandrovich

💭
Either coding or crying about coding.
View GitHub Profile
@GitMurf
GitMurf / obsidian.live-preview.css.block-ref-inline.css
Last active April 9, 2025 15:21
CSS for inline block references that works for both NEW CM6 Live Preview and also Preview Mode for both CM5 (Legacy) and CM6 (New)
:root {
/* #7159de (similar to Obsidian purple) */
--block-ref-line-color: grey;
--block-ref-line-type: solid;
--block-ref-line-size: 2px;
/* Set to "inherit" for no bg color */
--block-ref-hover-bg-color: #d4d0d026;
}
/*