mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2025-02-18 00:20:13 +00:00
16 lines
287 B
CSS
16 lines
287 B
CSS
body.t-inverted {
|
|
background-color: black;
|
|
}
|
|
|
|
.t-inverted #container,
|
|
.t-inverted #page,
|
|
.t-inverted .l-notification-container,
|
|
.t-inverted .c-modal,
|
|
.t-inverted #TTbuttons,
|
|
.t-inverted .c-glyph-tooltip {
|
|
filter: invert(100%);
|
|
}
|
|
|
|
.t-inverted #realityanimbg {
|
|
filter: invert(1);
|
|
} |