Skip to content

Instantly share code, notes, and snippets.

@RaduTek
Created December 1, 2021 19:50
Show Gist options
  • Save RaduTek/d0388ffb0a4f48a65d81bd87cfe9f59d to your computer and use it in GitHub Desktop.
Save RaduTek/d0388ffb0a4f48a65d81bd87cfe9f59d to your computer and use it in GitHub Desktop.
YouTube Custom CSS (To be used with StyleBot extension)
body {
overflow-y: overlay;
}
* {
font-family: Segoe UI;
}
#masthead {
background: linear-gradient(to bottom, rgba(33,33,33), rgba(33,33,33,0.75));
backdrop-filter: blur(8px) saturate(50%);
box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
}
div.style-scope.ytd-searchbox {
background: rgba(13,13,13,0.5);
}
#chips-wrapper {
background: rgba(33,33,33,0.75);
backdrop-filter: blur(8px) saturate(50%);
box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment