mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2025-02-18 00:20:13 +00:00
44 lines
922 B
CSS
44 lines
922 B
CSS
body.t-inverted-metro {
|
|
background-color: black;
|
|
}
|
|
|
|
.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 .c-glyph-tooltip {
|
|
filter: invert(100%);
|
|
}
|
|
|
|
.t-inverted-metro #realityanimbg {
|
|
filter: invert(1);
|
|
}
|
|
|
|
.t-inverted-metro #timetheorems,
|
|
.t-inverted-metro .c-ttshop__save-load-text,
|
|
.t-inverted-metro #minimizeArrow,
|
|
.t-inverted-metro .ttshop-background {
|
|
color: #bbb;
|
|
}
|
|
|
|
.t-inverted-metro .c-tt-buy-button--unlocked {
|
|
background: #212121;
|
|
color: #00BCD4;
|
|
border: 0.1rem solid #00BCD4;
|
|
}
|
|
|
|
.t-inverted-metro .c-tt-buy-button--unlocked:hover {
|
|
color: #212121;
|
|
background: #00BCD4;
|
|
}
|
|
|
|
.t-inverted-metro .c-tt-buy-button--locked {
|
|
background: #9E9E9E;
|
|
border: none;
|
|
box-shadow: 1px 1px 1px 0 #000;
|
|
}
|
|
|
|
.t-inverted-metro .c-tt-buy-button--locked:hover {
|
|
background: #EF5350;
|
|
} |