AntimatterDimensionsSourceCode/stylesheets/theme-Inverted.css
garnet420 ef48d0a956
G420/css cleanup (#941)
* remove global focus outline disable

* remove a bunch of unused styles

* remove units from 0 values in stylesheets

* clean up reality upgrade button grid a bit

make sure the text doesn't bump up against the border

remove > * selector

limit amount of stretch of upgrade grid to 1200px

* some more > * selector cleanup

* fix up challenges header

remove another couple of > * selectors

* fix css for dimension rows (avoid > *), format template sanely

* couple more codefactor warnings

* general ui css/ui theming cleanup

* last tab-btn stuff I missed in s8

* reality glyph style sprucing

* fix visual bug for teresa unlock display
2019-09-29 15:17:26 -04:00

39 lines
668 B
CSS

body.t-inverted {
background-color: black;
}
.t-inverted #container {
filter: invert(100%);
}
.t-inverted #realityanimbg {
filter: invert(1);
}
.t-inverted #timetheorems,
.t-inverted .c-ttshop__save-load-text,
.t-inverted #minimizeArrow {
color: #bbb;
}
.t-inverted .c-tt-buy-button--unlocked {
color: #c55329;
background-color: #dcdfd7;
border-color: #96e05a;
}
.t-inverted .c-tt-buy-button--unlocked:hover {
color: #dcdfd7;
background-color: #c55329;
}
.t-inverted .c-tt-buy-button--locked {
color: #fff;
background-color: #b5b5b5;
border-color: #96e05a;
}
.t-inverted .c-tt-buy-button--locked:hover {
background: #9ad0d0;
}