My custom CSS for websites I visit the most. Click on the preview to view the file or visit the repo.
Browse the repository (More website themes available)
How to get transparency in Zen
</a>
!important
to make sure it gets applied.Each comment of the same file should have a unique domain specific identified prefix (yt- ytm- gh- …) which will help the browser to separately apply themes.
/* yt-transparency */
:root{
--colorBgApp: transparent !important;
}
/* yt-no footer */
footer.app-footer {
display: none !important;
}