diff --git a/luasrc/gaya/backgroundfanspage.png b/luasrc/gaya/dashboard.png similarity index 100% rename from luasrc/gaya/backgroundfanspage.png rename to luasrc/gaya/dashboard.png diff --git a/luasrc/gaya/gaya.css b/luasrc/gaya/gaya.css index 234739f..00a44dd 100755 --- a/luasrc/gaya/gaya.css +++ b/luasrc/gaya/gaya.css @@ -298,7 +298,7 @@ label { } body { font-size: 0.8rem; - background: url('backgroundfanspage.png'); + background: url('dashboard.png'); height: 100%; background-position: center; background-repeat: no-repeat; @@ -3129,4 +3129,4 @@ strong { background: #424242; } } - \ No newline at end of file + diff --git a/luasrc/style/backgroundfanspage.png b/luasrc/style/login.png similarity index 100% rename from luasrc/style/backgroundfanspage.png rename to luasrc/style/login.png 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 +}