mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
26 lines
525 B
CSS
26 lines
525 B
CSS
body.t-dark-metro {
|
|
color: #757575;
|
|
background-image: url("../images/dark-bg.png");
|
|
background-position: center;
|
|
}
|
|
|
|
.t-dark-metro .c-tt-buy-button--unlocked {
|
|
color: #00bcd4;
|
|
background: #212121;
|
|
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 #000000;
|
|
}
|
|
|
|
.t-dark-metro .c-tt-buy-button--locked:hover {
|
|
background: #e53935;
|
|
} |