and same thing for logos

This commit is contained in:
tituspijean 2021-02-08 18:57:21 +01:00
parent e454ef0098
commit f63c80a948

View file

@ -152,12 +152,12 @@ body.dark-mode .notices.green {
color: rgb(122, 197, 122); color: rgb(122, 197, 122);
} }
#ynhlogo { body.dark-mode #ynhlogo {
filter: invert(1); filter: invert(1);
} }
/* Give a gray background to the white logo*/ /* Give a gray background to the white logo*/
img#whitelogo { body.dark-mode img#whitelogo {
background-color: unset; background-color: unset;
padding: 0; padding: 0;
} }