mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2025-02-18 00:20:13 +00:00
31 lines
578 B
CSS
31 lines
578 B
CSS
body.t-dark-metro {
|
|
background-image: url('../images/dark-bg.png');
|
|
background-position: center;
|
|
color: #757575;
|
|
}
|
|
|
|
.t-dark-metro .c-tt-buy-button--unlocked {
|
|
background: #212121;
|
|
color: #00BCD4;
|
|
border: 0.1rem solid #00BCD4;
|
|
}
|
|
|
|
.t-dark-metro .c-tt-buy-button--unlocked:hover {
|
|
color: #212121;
|
|
background: #00BCD4;
|
|
}
|
|
|
|
.t-dark-metro .c-tt-buy-button--locked {
|
|
background: #9E9E9E;
|
|
border: none;
|
|
box-shadow: 1px 1px 1px 0 #000;
|
|
}
|
|
|
|
.t-dark-metro .c-tt-buy-button--locked:hover {
|
|
background: #E53935;
|
|
}
|
|
|
|
.t-dark-metro #realityanimbg {
|
|
filter: invert(1);
|
|
}
|