From d00fd3bd82c56b90227648c9487a2da9b4b649fa Mon Sep 17 00:00:00 2001 From: DanyLE Date: Mon, 23 Oct 2023 14:04:28 +0200 Subject: [PATCH] fix: invalid background settings --- src/themes/system/antos.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/themes/system/antos.css b/src/themes/system/antos.css index 6d48fab..92725a9 100644 --- a/src/themes/system/antos.css +++ b/src/themes/system/antos.css @@ -19,8 +19,8 @@ html,body{ body { background-image: url("wp/wp2.jpg"); - background-size: "cover"; - background-repeat: "repeat"; + background-size: cover; + background-repeat: repeat; } #wrapper{ margin: 0;