From 7770f7ab2305172242352bd5fcc6f5822c4400f8 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 5 Oct 2023 10:50:43 +0300 Subject: [PATCH] make gold text slightly darker --- files/assets/css/awards.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/assets/css/awards.css b/files/assets/css/awards.css index f14cfdc5e..626f7cf43 100644 --- a/files/assets/css/awards.css +++ b/files/assets/css/awards.css @@ -196,11 +196,11 @@ } .gold-text:not(a), h1.gold-text.post-title a { - --color1: #e3c414; - --color2: #edcd1a; - --color3: #FBED21; - font-family: open sans,sans-serif !important; - background: repeating-linear-gradient( + --color1: gold; + --color2: #e1c317; + --color3: #d6b80f; + font-family: open sans,sans-serif !important; + background: repeating-linear-gradient( 45deg, var(--color1), var(--color1) 10px,