1

Config/Obsidian: Add !important to snippets

This commit is contained in:
2026-04-15 01:28:40 +02:00
parent 00e412cb20
commit 593437fa94
4 changed files with 19 additions and 8 deletions

View File

@ -1,6 +1,10 @@
.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);
border-radius: var(--callout-radius);
/* border-style: solid; */
/* border-width: var(--callout-border-width); */
/* border-color: var(--color-purple-rgb); */
/* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
/* Background color so PNGs with transparent backgrounds don't look weird */
/* background-color: var(--background-secondary); */
}