mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 05:56:15 -04:00
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:
parent
2335afaee0
commit
42d97e9a14
1 changed files with 7 additions and 2 deletions
|
@ -935,8 +935,13 @@ td code {
|
|||
}
|
||||
|
||||
#logo {
|
||||
/* TODO: Add some color */
|
||||
filter: invert(1) opacity(.35);
|
||||
filter: invert(1);
|
||||
}
|
||||
#zerossl-logo {
|
||||
filter: invert(1) hue-rotate(180deg);
|
||||
}
|
||||
#footer-logo {
|
||||
filter: invert(1) hue-rotate(180deg);
|
||||
}
|
||||
|
||||
#logo-docs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue