diff --git a/frontends/web/static/style.css b/frontends/web/static/style.css index eb8f216..d665d8e 100644 --- a/frontends/web/static/style.css +++ b/frontends/web/static/style.css @@ -125,8 +125,14 @@ } @keyframes gold-shimmer { - 0%, 100% { color: #ffe699; } - 50% { color: #fff2c4; } + 0%, 100% { + color: #ffe699; + text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15); + } + 50% { + color: #fff2c4; + text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25); + } }