Change money to automatically color grey when something cannot be bought.

This commit is contained in:
Olivier Gagnon
2021-09-04 03:27:31 -04:00
parent 3a943e0e50
commit 6e013e4e6a
37 changed files with 112 additions and 92 deletions
+4
View File
@@ -345,6 +345,10 @@ a:visited {
color: $light-yellow;
}
.unbuyable {
color: #66CFBC;
}
.failure {
color: $alert-red;
text-shadow: 0 0 0 $alert-red;