mirror of
https://github.com/kmaasrud/awesome-obsidian.git
synced 2026-03-11 17:34:14 -05:00
Merge pull request #20 from TClark1011/image-cards
Image Cards fixed syntax error in comment
This commit is contained in:
@@ -628,7 +628,7 @@ Credits to Echo
|
||||
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 _/
|
||||
background-color: var(--background-secondary); /* Background color so PNGs with transparent backgrounds don't look weird */
|
||||
}
|
||||
|
||||
</code></pre>
|
||||
|
||||
Reference in New Issue
Block a user