mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-25 07:25:42 -05:00
new explorer icons
This commit is contained in:
parent
cbc41fe94d
commit
18c3a87995
@ -1,4 +1,5 @@
|
||||
@use "./custom.scss";
|
||||
@use "./explorer.scss";
|
||||
@use "./syntax.scss";
|
||||
@use "./callouts.scss";
|
||||
@use "./variables.scss" as *;
|
||||
|
||||
@ -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: "🌿";
|
||||
// }
|
||||
|
||||
12
quartz/styles/explorer.scss
Normal file
12
quartz/styles/explorer.scss
Normal 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: "🌿 ";
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user