Created
May 21, 2021 18:46
-
-
Save miyaokamarina/4a51af08575e5567b4aa1d7f41b4bb8c 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
html[dark] { | |
background-color: #000 !important; | |
} | |
* { | |
--yt-spec-general-background-a: #000 !important; | |
--yt-spec-general-background-b: #000; | |
--yt-spec-brand-background-primary: #000 !important; | |
--yt-spec-brand-background-solid: #000; | |
--ytd-searchbox-legacy-button-color: #090909; | |
--ytd-searchbox-background: #000; | |
--yt-spec-badge-chip-background: #ffffff10; | |
} | |
#search-icon-legacy { | |
border-left: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment