Merge pull request #17 from animegasan/master

luci-theme-alpha: Update file
This commit is contained in:
deri sahertian 2024-02-06 17:55:28 +07:00 committed by GitHub
commit 6b39b599e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 666 KiB

After

Width:  |  Height:  |  Size: 666 KiB

View File

@ -298,7 +298,7 @@ label {
} }
body { body {
font-size: 0.8rem; font-size: 0.8rem;
background: url('backgroundfanspage.png'); background: url('dashboard.png');
height: 100%; height: 100%;
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -3129,4 +3129,4 @@ strong {
background: #424242; background: #424242;
} }
} }

View File

Before

Width:  |  Height:  |  Size: 666 KiB

After

Width:  |  Height:  |  Size: 666 KiB

View File

@ -17,7 +17,7 @@ html {
} }
body { body {
background: url('backgroundfanspage.png'); background: url('login.png');
height: 100%; height: 100%;
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -403,4 +403,4 @@ img.bawah {
.icon-credits a { .icon-credits a {
text-decoration: none; text-decoration: none;
color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.2);
} }