mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 04:05:42 +00:00
Whoops, missed inverted metro and confused for the last fix
This commit is contained in:
parent
04a7ab1bbf
commit
acf3318bd8
@ -4,10 +4,7 @@ body.t-inverted-metro {
|
||||
|
||||
.t-inverted-metro #container,
|
||||
.t-inverted-metro #page,
|
||||
.t-inverted-metro .l-notification-container,
|
||||
.t-inverted-metro .c-modal,
|
||||
.t-inverted-metro #TTbuttons,
|
||||
.t-inverted-metro .sidebar,
|
||||
.t-inverted-metro #ui-fixed,
|
||||
.t-inverted-metro .c-glyph-tooltip {
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
@ -4,10 +4,7 @@ body {
|
||||
|
||||
.t-s3 #container,
|
||||
.t-s3 #page,
|
||||
.t-s3 .l-notification-container,
|
||||
.t-s3 .c-modal,
|
||||
.t-s3 #TTbuttons,
|
||||
.t-s3 .sidebar,
|
||||
.t-s3 #ui-fixed,
|
||||
.t-s3 .c-glyph-tooltip {
|
||||
animation: glasses 7s infinite;
|
||||
}
|
||||
|
@ -53,11 +53,6 @@ export default {
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.t-inverted .o-save-timer,
|
||||
.t-inverted-metro .o-save-timer {
|
||||
filter: invert(100%)
|
||||
}
|
||||
|
||||
.t-s2 .o-save-timer {
|
||||
filter: sepia(100%) hue-rotate(180deg) saturate(250%);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user