mirror of
https://github.com/kmaasrud/awesome-obsidian.git
synced 2026-03-11 17:34:14 -05:00
12 lines
416 B
CSS
12 lines
416 B
CSS
/* get more snippets at https://github.com/kmaasrud/awesome-obsidian */
|
|
/* author: https://github.com/TClark1011 */
|
|
/* source: https://github.com/kmaasrud/awesome-obsidian */
|
|
|
|
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 */
|
|
}
|