From 15fd1792db27f8f609d1c91c86d11caefc498e8c Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 4 Oct 2023 18:51:24 +0300 Subject: [PATCH] switch color order --- files/assets/css/awards.css | 4 ++-- files/assets/events/homoween/css/main_homoween.css | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/files/assets/css/awards.css b/files/assets/css/awards.css index 602f893c54..f14cfdc5e0 100644 --- a/files/assets/css/awards.css +++ b/files/assets/css/awards.css @@ -196,9 +196,9 @@ } .gold-text:not(a), h1.gold-text.post-title a { - --color3: #FBED21; - --color2: #edcd1a; --color1: #e3c414; + --color2: #edcd1a; + --color3: #FBED21; font-family: open sans,sans-serif !important; background: repeating-linear-gradient( 45deg, diff --git a/files/assets/events/homoween/css/main_homoween.css b/files/assets/events/homoween/css/main_homoween.css index 227b34e79b..5f2fc1e757 100644 --- a/files/assets/events/homoween/css/main_homoween.css +++ b/files/assets/events/homoween/css/main_homoween.css @@ -485,9 +485,9 @@ body::after { /* Candy Corn */ .candy-corn, h1.candy-corn.post-title a { - --color3: #FBED21; - --color2: #F66A3C; --color1: #FDFBDA; + --color2: #F66A3C; + --color3: #FBED21; font-family: "Open Sans", sans-serif !important; background: repeating-linear-gradient( 45deg, @@ -517,9 +517,9 @@ body::after { } .ectoplasm.candy-corn { - --color3: rgb(140, 255, 0); - --color2: rgb(0, 111, 0); --color1: rgb(131, 255, 131); + --color2: rgb(0, 111, 0); + --color3: rgb(140, 255, 0); text-shadow: none; }