Skip to content

Commit 65ca8c5

Browse files
committed
Update Kiwifarms-Vaporwave.user.css version and refactor logo background handling
1 parent 24fd811 commit 65ca8c5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Kiwifarms-Vaporwave.user.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@description Still waiting for a vaporwave forum theme
66
@homepageURL https://github.com/Nick2bad4u/UserStyles
77
@supportURL https://github.com/Nick2bad4u/UserStyles/issues
8-
@version 2025.02.06
8+
@version 2025.03.03
99
@license CC0-1.0
1010
1111
@var select remove-background-image "Remove Background Image" {
@@ -48,6 +48,7 @@ url-prefix("http://kiwifarms")
4848
--unread-color: var(unread-color);
4949
--remove-background-image: var(remove-background-image);
5050
--custom-background-url: var(custom-background-url);
51+
--logo-url: url('https://cdn.jsdelivr.net/gh/Nick2bad4u/UserStyles@be8d3396d4ccfc014c5f4b76c448a854b3aa527a/assets/kiwi-vaporwave-logo.png');
5152
}
5253

5354
.block--category {
@@ -374,8 +375,8 @@ url-prefix("http://kiwifarms")
374375
}
375376

376377
.p-nav-smallLogo img {
377-
background: url('https://cdn.jsdelivr.net/gh/Nick2bad4u/UserStyles@be8d3396d4ccfc014c5f4b76c448a854b3aa527a/assets/kiwi-vaporwave-logo.png')
378-
no-repeat !important;
378+
background-image: var(--logo-url) !important;
379+
background-repeat: no-repeat !important;
379380
padding-top: 75px !important;
380381
padding-left: 200px !important;
381382
width: 0 !important;

0 commit comments

Comments
 (0)