mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-25 05:32:17 +00:00
62 lines
1.1 KiB
CSS
62 lines
1.1 KiB
CSS
body.t-amoled-metro {
|
|
color: #b9b9b9;
|
|
background: black;
|
|
}
|
|
|
|
input.t-amoled-metro {
|
|
background-color: black;
|
|
border: 0.1rem solid black;
|
|
}
|
|
|
|
.t-amoled-metro .c-tt-amount {
|
|
color: #64dd17;
|
|
text-shadow: 0 0 7px #64dd17;
|
|
}
|
|
|
|
.t-amoled-metro .c-tt-buy-button--unlocked {
|
|
color: #3aacd6;
|
|
background: black;
|
|
border: 0.1rem solid #3aacd6;
|
|
}
|
|
|
|
.t-amoled-metro .c-tt-buy-button--unlocked:hover {
|
|
color: black;
|
|
background: #3aacd6;
|
|
}
|
|
|
|
.t-amoled-metro .c-tt-buy-button--locked {
|
|
color: var(--color-bad);
|
|
background: black;
|
|
border: 0.1rem solid var(--color-bad);
|
|
}
|
|
|
|
.t-amoled-metro .c-tt-buy-button--locked:hover {
|
|
background: var(--color-bad);
|
|
border: 0.1rem solid var(--color-bad);
|
|
}
|
|
|
|
.t-amoled-metro .c-rm-amount__desc {
|
|
color: #757575;
|
|
}
|
|
|
|
.t-amoled-metro .c-alchemy-resource-info {
|
|
color: white;
|
|
border-color: white;
|
|
}
|
|
|
|
.t-amoled-metro .o-primary-btn--disabled {
|
|
background-color: #333333;
|
|
}
|
|
|
|
.t-amoled-metro .c-challenge-box--normal {
|
|
border-color: var(--color-text);
|
|
}
|
|
|
|
.t-amoled-metro .c-autobuyer-box-row {
|
|
border-color: #333333;
|
|
}
|
|
|
|
.t-amoled-metro .ttshop-background {
|
|
border-color: var(--color-text);
|
|
}
|