Created
November 5, 2022 06:37
-
-
Save TfTHacker/45e6c74871b08469cd338a410cdf6325 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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