mirror of
https://github.com/shandyba/obsidian-lime.git
synced 2026-07-22 13:00:30 +00:00
6 lines
No EOL
169 B
CSS
6 lines
No EOL
169 B
CSS
/* Obsidunlime Plugin Styles */
|
|
|
|
/* Hide elements marked by the plugin as unlinked mentions content */
|
|
[data-obsidunlime-hidden="true"] {
|
|
display: none !important;
|
|
} |