mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2025-02-16 23:50:17 +00:00
Changed text color of possible Reality Upgrades
This commit is contained in:
parent
c40b65b2d3
commit
c98c781858
@ -8194,12 +8194,13 @@ kbd {
|
||||
|
||||
.c-reality-upgrade-btn--possible {
|
||||
background-color: #8b8529;
|
||||
color: black;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.c-reality-upgrade-btn--possible:hover {
|
||||
background-color: #8b8529;
|
||||
color: var(--color-reality-light);
|
||||
color: black;
|
||||
}
|
||||
|
||||
.c-reality-upgrade-btn--locked {
|
||||
|
Loading…
Reference in New Issue
Block a user