Skip to content

Instantly share code, notes, and snippets.

@trashbyte
Created August 31, 2017 09:31
Show Gist options
  • Save trashbyte/e9c57d853af74fb50c991849f173ac11 to your computer and use it in GitHub Desktop.
Save trashbyte/e9c57d853af74fb50c991849f173ac11 to your computer and use it in GitHub Desktop.
Youtube slightly less dark mode (stylish/css)
* {
--yt-primary-color: #ccc;
--yt-primary-text-color: #ccc;
--yt-endpoint-color: #59f;
--yt-endpoint-hover-color: #6bf;
--yt-brand-paper-button-color: #c00;
}
ytd-browse, ytd-watch {
background: #222 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment