1
Files
flake-nixinator/config/obsidian/css_snippets/bordered_image.css

7 lines
251 B
CSS

.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 */
}