Self-host all icons and wallpaper, remove CDN dependency
Download 69 selfh.st icon files (34 PNG, 34 light SVG, unraid.svg) into assets/icons/ and add wallpaper to assets/. Update sidebar.js to serve icons from /custom/assets/icons/ instead of cdn.jsdelivr.net. Update style.css wallpaper path to /custom/assets/wallpaper.jpg. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
============================================ */
|
||||
body {
|
||||
background: #0a0a0f !important;
|
||||
background-image: url('/custom/wallpaper.jpg') !important;
|
||||
background-image: url('/custom/assets/wallpaper.jpg') !important;
|
||||
background-size: cover !important;
|
||||
background-position: center center !important;
|
||||
background-attachment: fixed !important;
|
||||
|
||||
Reference in New Issue
Block a user