Skip to content

Instantly share code, notes, and snippets.

@TfTHacker
Created November 5, 2022 06:37
Show Gist options
  • Save TfTHacker/45e6c74871b08469cd338a410cdf6325 to your computer and use it in GitHub Desktop.
Save TfTHacker/45e6c74871b08469cd338a410cdf6325 to your computer and use it in GitHub Desktop.
/* See Tweet thread for info on the use of this file: https://twitter.com/TfTHacker/status/1588781787865808897?s=20&t=iDq6L-u4SHnJ5UfN0r7yzQ */
/* I am not a CSS dude, so no promises this is well written CSS */
.nav-folder-title {
font-weight: 600 !important;
color:steelblue;
}
[data-path="Teaching"] > .nav-folder-title-content::before {
content: "πŸŽ™ ";
font-size: 16px;
}
[data-path="Teaching"] > .nav-folder-title-content {
font-size: 16px;
}
[data-path="People"] > .nav-folder-title-content::before {
content: "πŸ‘₯ ";
font-size: 18px;
}
[data-path="People"] > .nav-folder-title-content {
font-size: 16px;
}
[data-path="DEPT"] > .nav-folder-title-content::before {
content: "🧰 ";
font-size: 14px;
}
[data-path="DEPT"] > .nav-folder-title-content {
font-size: 16px;
}
[data-path="DEPT/Finance"] > .nav-folder-title-content::before {
content: "πŸ“’ ";
font-size: 16px;
}
[data-path="DEPT/Finance"] > .nav-folder-title-content {
font-size: 16px;
}
[data-path="DEPT/IT"] > .nav-folder-title-content::before {
content: "πŸ“€ ";
font-size: 18px;
}
[data-path="DEPT/IT"] > .nav-folder-title-content {
font-size: 16px;
}
[data-path="DEPT/Other"] > .nav-folder-title-content::before {
content: "πŸš‘ ";
font-size: 18px;
}
[data-path="DEPT/Other"] > .nav-folder-title-content {
font-size: 16px;
}
[data-path="00-Folders"] > div.nav-folder-title-content:before {
content: "πŸ—„ ";
}
[data-path="00-Folders"] > * {
font-size: 8pt;
}
.nav-file-title::before {
content: "πŸ“„";
padding-right: 8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment