mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
15 lines
224 B
CSS
15 lines
224 B
CSS
body.t-inverted {
|
|
background-color: black;
|
|
}
|
|
|
|
.t-inverted #container,
|
|
.t-inverted #page,
|
|
.t-inverted #ui-fixed,
|
|
.t-inverted .c-glyph-tooltip {
|
|
filter: invert(100%);
|
|
}
|
|
|
|
.t-inverted #realityanimbg {
|
|
filter: invert(1);
|
|
}
|