mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
explorer folder icons
This commit is contained in:
parent
cc2a21d456
commit
53c0f4435b
@ -17,3 +17,29 @@
|
||||
// padding-left: 0.5rem;
|
||||
// }
|
||||
// }
|
||||
|
||||
div[data-folderpath="/Archive"] p[class="folder-title"]::before {
|
||||
content: "📚 ";
|
||||
}
|
||||
div[data-folderpath="/Seedlings"] p[class="folder-title"]::before {
|
||||
content: "🌱 ";
|
||||
}
|
||||
div[data-folderpath="/Evergreen"] p[class="folder-title"]::before {
|
||||
content: "🌳";
|
||||
}
|
||||
div[data-folderpath="/Budding"] p[class="folder-title"]::before {
|
||||
content: "🌿";
|
||||
}
|
||||
|
||||
// div[data-folderpath="/Archive"] button[class="folder-button"]::before {
|
||||
// content: "📚 ";
|
||||
// }
|
||||
// div[data-folderpath="/Seedlings"] button[class="folder-button"]::before {
|
||||
// content: "🌱 ";
|
||||
// }
|
||||
// div[data-folderpath="/Evergreen"] button[class="folder-button"]::before {
|
||||
// content: "🌳";
|
||||
// }
|
||||
// div[data-folderpath="/Budding"] button[class="folder-button"]::before {
|
||||
// content: "🌿";
|
||||
// }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user