Fixed shop item colors
This commit is contained in:
parent
09142a7a6b
commit
bb26e12f86
@ -23,18 +23,10 @@ const item-color-anime-support-ticket = hsl(217, 64%, 50%)
|
|||||||
|
|
||||||
// Colors
|
// Colors
|
||||||
.shop-item, .inventory-slot, .shop-history-item
|
.shop-item, .inventory-slot, .shop-history-item
|
||||||
[data-item-id="pro-account-3"]
|
[data-item-id="pro-account-1"],
|
||||||
.item-icon
|
[data-item-id="pro-account-3"],
|
||||||
color item-color-pro-account
|
[data-item-id="pro-account-6"],
|
||||||
|
[data-item-id="pro-account-12"],
|
||||||
[data-item-id="pro-account-6"]
|
|
||||||
.item-icon
|
|
||||||
color item-color-pro-account
|
|
||||||
|
|
||||||
[data-item-id="pro-account-12"]
|
|
||||||
.item-icon
|
|
||||||
color item-color-pro-account
|
|
||||||
|
|
||||||
[data-item-id="pro-account-24"]
|
[data-item-id="pro-account-24"]
|
||||||
.item-icon
|
.item-icon
|
||||||
color item-color-pro-account
|
color item-color-pro-account
|
||||||
|
@ -7,7 +7,7 @@ var items = []*arn.ShopItem{
|
|||||||
&arn.ShopItem{
|
&arn.ShopItem{
|
||||||
ID: "pro-account-1",
|
ID: "pro-account-1",
|
||||||
Name: "PRO Account (1 month)",
|
Name: "PRO Account (1 month)",
|
||||||
Price: 900,
|
Price: 300,
|
||||||
Description: `PRO status for 1 month.
|
Description: `PRO status for 1 month.
|
||||||
|
|
||||||
1 month equals 300 gems.
|
1 month equals 300 gems.
|
||||||
|
Loading…
Reference in New Issue
Block a user