mirror of
https://github.com/kmaasrud/awesome-obsidian.git
synced 2026-03-11 17:34:14 -05:00
29 lines
1.2 KiB
CSS
29 lines
1.2 KiB
CSS
/* Custom icons for specific folders */
|
||
|
||
/* https://forum.obsidian.md/t/add-emojis-to-folder-titles-in-explorer-without-renaming-folders/22702 */
|
||
|
||
div[data-path="_Inbox"] .nav-folder-title-content::before
|
||
{
|
||
content: "📥";
|
||
}
|
||
|
||
div[data-path="Attachments"] .nav-folder-title-content::before
|
||
{
|
||
content: "📋";
|
||
}
|
||
|
||
div[data-path="Bible Resources"] .nav-folder-title-content::before
|
||
{
|
||
content: "⚔️";
|
||
}
|
||
|
||
div[data-path="Notes"] .nav-folder-title-content::before
|
||
{
|
||
content: "📝";
|
||
}
|
||
|
||
div[data-path="Notes/Daily"] .nav-folder-title-content::before
|
||
{
|
||
content: "📆";
|
||
}
|