diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 6edf44c41..993f7c941 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -232,7 +232,6 @@ .fa-droplet:before{content:"\f043"} .fa-person-rifle:before{content:"\e54e"} .fa-up:before{content:"\f357"} -.fa-coconut:before{content:"\e2f6"} .fa-terminal:before{content:"\f120"} .fa-hand:before{content:"\f256"} @@ -7769,10 +7768,6 @@ tr:has(hideme) { cursor: pointer; } -.text-coconut { - color: #965a3e; -} - audio { width: 500px; } diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index ac8782672..b8ca4a067 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -409,10 +409,10 @@ AWARDS = { ### Standard "beano": { "kind": "beano", - "title": "Coconut" if SITE_NAME == 'rDrama' else "Beano", - "description": "You just fell out of a coconut tree" if SITE_NAME == 'rDrama' else "Makes the recipient not hear fart noises on the site.", - "icon": "fas fa-coconut" if SITE_NAME == 'rDrama' else "fas fa-gas-pump-slash", - "color": "text-coconut" if SITE_NAME == 'rDrama' else "text-green", + "title": "Beano", + "description": "Makes the recipient not hear fart noises on the site.", + "icon": "fas fa-gas-pump-slash", + "color": "text-green", "price": 100, "deflectable": True, "cosmetic": False,