This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* custom-icon.css */ | |
/* author: https://rokcso.com */ | |
/* post: https://rokcso.com/p/obsidian-custom-icon */ | |
/* source: https://gist.github.com/rokcso/0ee5562c9aaf2bf1b653ab85cc907190 */ | |
/* --- 文件夹配置开始 --- */ | |
/* 全局自定义所有文件夹的默认 icon,所有没有明确指定 icon 的文件夹都将使用这个 icon */ | |
.nav-folder .nav-folder-title-content::before { | |
content: "📦 "; |