Last active
October 4, 2021 22:57
-
-
Save cainhill/42a377c40a203a470582b0a6ae3bc13a 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
/* google.com */ | |
div[aria-label^="Google Drive Folder: o"] { | |
color: #007500 !important; | |
font-weight: bold; | |
} | |
div[aria-label^="Google Drive Folder: x"] { | |
color: #ddd !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment