style(purse): make the Join/Earnings buttons green to match the reference

Entra (Join) and Guadagni (Earnings) now use a green gradient instead of the
dark surface, matching the requested purse style.
This commit is contained in:
simoleo89
2026-06-14 22:11:02 +02:00
parent ff0c608b01
commit d65233ce23
+4 -4
View File
@@ -121,13 +121,13 @@
}
.nitro-purse__btn--join {
border-color: rgba(255, 255, 255, 0.1);
background: #33312c;
border-color: #4f7a22;
background: linear-gradient(180deg, #72b03a 0%, #5a8c2a 100%);
}
.nitro-purse__btn--earnings {
border-color: rgba(255, 255, 255, 0.1);
background: #33312c;
border-color: #4f7a22;
background: linear-gradient(180deg, #72b03a 0%, #5a8c2a 100%);
}
.nitro-purse__btn--help {