AntimatterDimensionsSourceCode/public/stylesheets/theme-Dark Metro.css
2022-09-21 14:08:03 -05:00

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;
}