From e423372fcf69c48571f5e1adc239e82b8175f298 Mon Sep 17 00:00:00 2001 From: Hilman Maulana Date: Tue, 6 Feb 2024 17:08:49 +0700 Subject: [PATCH] luci-theme-alpha: Rename background --- luasrc/style/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luasrc/style/style.css b/luasrc/style/style.css index bf78e93..d405fd8 100644 --- a/luasrc/style/style.css +++ b/luasrc/style/style.css @@ -17,7 +17,7 @@ html { } body { -background: url('backgroundfanspage.png'); +background: url('login.png'); height: 100%; background-position: center; background-repeat: no-repeat; @@ -403,4 +403,4 @@ img.bawah { .icon-credits a { text-decoration: none; color: rgba(255,255,255,0.2); -} \ No newline at end of file +}