Cofffee-Assets/styles/mods/test_colorizedlogo.css
stux 33ad106a25 Custom themes
Added all custom themes from the collection.
2022-05-23 23:03:20 +02:00

12 lines
275 B
CSS

/*
Colorize logo on landing page:
- DO NOT IMPORT. It works as standalone CSS, but it makes Sass choke.
author: trwnh
license: Public Domain
*/
.landing-page__logo img {
filter: sepia(100%) hue-rotate(160deg) saturate(400%) brightness(40%);
mix-blend-mode: normal
}