From ce6a5cfdc4dd517d17c1fafcc65ca9ba55e348c1 Mon Sep 17 00:00:00 2001 From: Jones8683 Date: Fri, 30 Jan 2026 20:11:09 +1030 Subject: [PATCH] fix: background shorthand warning --- src/css/injected.scss | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/css/injected.scss b/src/css/injected.scss index 212191b2..47995861 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -2658,16 +2658,16 @@ body { } .big-circle { margin: -88px; - animation-timing-function: ease; - animation: spin 3s linear infinite; - -moz-animation: spin 3s linear infinite; + animation: spin 3s ease infinite; + -moz-animation: spin 3s ease infinite; } + .small-circle { margin: -66px; - animation-timing-function: ease; - animation: spin 3s linear infinite; - -moz-animation: spin 3s linear infinite; + animation: spin 3s ease infinite; + -moz-animation: spin 3s ease infinite; } + .dark [class*="LabelList__name___"] { text-shadow: 0 0 5px black; } @@ -2709,9 +2709,8 @@ body { } .outer-circle { margin: -108px; - animation-direction: alternate-reverse; - animation: spinback 1s linear infinite; - -moz-animation: spinback 1s linear infinite; + animation: spinback 1s linear infinite alternate-reverse; + -moz-animation: spinback 1s linear infinite alternate-reverse; } @-moz-keyframes spin { 100% {