From 0cd595115b3ac2de1e51b3edbaf52b7ef9c6d45d 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 e45db83b4..5396e7469 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; }