From 53a20dca4a0626cebd471cb95fcfa2b127ee5749 Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 21:19:17 +0100 Subject: [PATCH] why still no work --- assets/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index aff6ad2..c770cb5 100644 --- a/assets/style.css +++ b/assets/style.css @@ -343,7 +343,7 @@ button:hover { } .ye-span:hover + body{ - background: url('/assets/images/ye.jpg'); - background-repeat: repeat; - background-size: 10%; + background: url('/assets/images/ye.jpg') !important; + background-repeat: repeat !important; + background-size: 10% !important; } \ No newline at end of file