Added milky way graphic to header
Deploy to Unraid Share / copy-file (push) Successful in 12s

This commit is contained in:
Samira
2026-04-26 01:42:21 +02:00
parent 52d771d99f
commit 951678264b
+6 -1
View File
@@ -17,8 +17,13 @@
/* ============================== */
/* Make header translucent */
.skinHeader {
margin-bottom: -3%;
padding-bottom: 3%;
backdrop-filter: none !important;
background-color: rgba(0, 0, 0, 0.4);
background-color: rgba(0, 0, 0, 0);
background-image: url("https://static.zomerkoningin.nl/andromeda/images/milkyway_header_lq.webp");
background-size: 100%;
background-position: center bottom;
}
/* Add fade-out to scrollable lists */