new explorer icons

This commit is contained in:
semanticdata 2023-10-02 15:26:45 -05:00
parent cbc41fe94d
commit 18c3a87995
3 changed files with 13 additions and 44 deletions

View File

@ -1,4 +1,5 @@
@use "./custom.scss";
@use "./explorer.scss";
@use "./syntax.scss";
@use "./callouts.scss";
@use "./variables.scss" as *;

View File

@ -1,45 +1 @@
// put your custom CSS here!
// @media (max-width: 1510px) {
// .darkmode {
// position: relative;
// left: 2rem;
// top: -59px;
// padding-left: 0.5rem;
// }
// }
// @media (min-width: 1511px) {
// .darkmode {
// position: relative;
// left: 2rem;
// top: -59px;
// 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: "🌿";
// }

View File

@ -0,0 +1,12 @@
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: "🌿 ";
}