+
=
Custom CSS for websites to make the internet beautiful. Transparency being the main feature, these themes also include removal of distractions and further useful features for each website.
Please make sure you go through all the provided instructions before submittinga new theme with a PR.
!important
to make sure it gets applied.www
in the stylesheet file name.prefixes
, you can add a general style with a leading +
symbol when creating the stylesheet. ( +arduino.cc.css
) examplesuffixes
(like google.com, google.lk…), you can add the -
symbol to the start of the stylesheet file name so it will replace the provided domain of the file name’s domain. (-google.com.css
). example[optional] 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;
}
transparency
and also use the exact feature name without a difference allowing the global transparency toggle to work. Prefixes with -
are acceptable.@-moz-document domain(" ")
)</a>