mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 21:51:50 +02:00
12 lines
165 B
CSS
12 lines
165 B
CSS
![]() |
:root {
|
||
|
background-color: #fefefe;
|
||
|
filter: invert(100%);
|
||
|
}
|
||
|
|
||
|
* {
|
||
|
background-color: inherit;
|
||
|
}
|
||
|
|
||
|
img:not([src*=".svg"]), video {
|
||
|
filter: invert(100%);
|
||
|
}
|