mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
and same thing for logos
This commit is contained in:
parent
e454ef0098
commit
f63c80a948
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue