logos: In dark mode, use invert + hue-rotate (#232)

The ZeroSSL logo and the bottom Caddy logo didn't look good in dark mode.
This commit is contained in:
Francis Lavoie 2022-05-11 12:24:45 -04:00 committed by GitHub
parent 2335afaee0
commit 42d97e9a14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -935,8 +935,13 @@ td code {
} }
#logo { #logo {
/* TODO: Add some color */ filter: invert(1);
filter: invert(1) opacity(.35); }
#zerossl-logo {
filter: invert(1) hue-rotate(180deg);
}
#footer-logo {
filter: invert(1) hue-rotate(180deg);
} }
#logo-docs { #logo-docs {