From 53c0f4435b2e3fea710c7e3f90a86c753579e394 Mon Sep 17 00:00:00 2001 From: semanticdata Date: Mon, 2 Oct 2023 15:15:25 -0500 Subject: [PATCH] explorer folder icons --- quartz/styles/custom.scss | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index c730a5eea..c00b00aa7 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -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: "🌿"; +// }