1

Config/Obsidian: Add image borders snippet

This commit is contained in:
2026-04-15 00:23:34 +02:00
parent 1290f14cb7
commit 00e412cb20
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
.bordered-images img {
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
background-color: var(--background-secondary);
/* Background color so PNGs with transparent backgrounds don't look weird */
}