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