diff --git a/frontends/web/static/style.css b/frontends/web/static/style.css index ec9fde6..4cc3b1d 100644 --- a/frontends/web/static/style.css +++ b/frontends/web/static/style.css @@ -126,7 +126,7 @@ @keyframes gold-shimmer { 0%, 100% { color: #ffe699; } - 50% { color: #fffef5; } + 50% { color: #fff2c4; } }