logos: In dark mode, use invert + hue-rotate

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 01:20:15 -04:00
parent 2335afaee0
commit 28160162fc
No known key found for this signature in database
GPG key ID: E73DB3ECE64E7885

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 {