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