AntimatterDimensionsSourceCode/public/stylesheets/theme-Metro.css
2023-08-27 01:48:25 -05:00

25 lines
435 B
CSS

.t-metro .c-tt-buy-button--unlocked {
color: #00bcd4;
background: #212121;
border: 0.1rem solid #00bcd4;
}
.t-metro .c-tt-buy-button--unlocked:hover {
color: #212121;
background: #00bcd4;
}
.t-metro .c-tt-buy-button--locked {
background: #9e9e9e;
border: none;
box-shadow: 1px 1px 1px 0 #000000;
}
.t-metro .c-tt-buy-button--locked:hover {
background: #ef5350;
}
.o-tachyon-particle {
fill: black !important;
}