From 040d94e8d255fbd54c826087b0d0c399814b4f99 Mon Sep 17 00:00:00 2001 From: Mike Hawk Date: Tue, 4 Jun 2024 18:44:48 -0700 Subject: [PATCH] Update agin to remove repeat-x since it's not needed --- files/assets/css/main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index d023bb4a4..b4d0341b2 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7623,7 +7623,6 @@ blink { font-family: open sans,sans-serif !important; background: url("/i/animations/gold_gradient.svg"); background-size: 200% 200%; - background-repeat: repeat-x; font-weight: 700 !important; animation: 60s linear 0s infinite move-colors; }