Fix inverted theme for fixed container elements

This commit is contained in:
Dys 2022-04-17 23:23:43 +08:00
parent 3c87dcd0e7
commit 04a7ab1bbf

View File

@ -4,10 +4,7 @@ body.t-inverted {
.t-inverted #container,
.t-inverted #page,
.t-inverted .l-notification-container,
.t-inverted .c-modal,
.t-inverted #TTbuttons,
.t-inverted .sidebar,
.t-inverted #ui-fixed,
.t-inverted .c-glyph-tooltip {
filter: invert(100%);
}