🆙 Fix 🆙

This commit is contained in:
Remco
2026-01-29 14:59:47 +01:00
parent ce73c2b733
commit e5fdab7cba
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -118,7 +118,7 @@
]
},
"resources/themes/atom/css/app.scss": {
"file": "assets/app-Ce9wyuA_.css",
"file": "assets/app-ip7dqLYV.css",
"src": "resources/themes/atom/css/app.scss",
"isEntry": true
},
@@ -105,6 +105,7 @@ html {
background: #25658d url("/public/assets/images/icons/discord.png") no-repeat center;
}
.dark .camera-icon,
html.dark .camera-icon {
background: #25658d url("/public/assets/images/icons/camera.png") no-repeat center;
}
@@ -198,10 +199,12 @@ html.dark .camera-icon {
background: url("/public/assets/images/background-light.jpg") no-repeat fixed right bottom;
}
.dark .site-bg,
.app.dark .site-bg {
background: url("/public/assets/images/background-dark.jpg") no-repeat fixed right bottom;
}
.dark .swal2-popup,
.app.dark .swal2-popup {
background: rgb(17 24 39);
color: white;
@@ -245,10 +248,12 @@ html.dark .camera-icon {
}
.swiper-pagination-bullet-active,
.dark .swiper-pagination-bullet-active,
html.dark .swiper-pagination-bullet-active {
background: #e9b124 !important;
}
.dark .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
html.dark .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
background: white !important;
}
@@ -313,6 +318,7 @@ html.dark .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
}
.dark .badge-drawer-button,
html.dark .badge-drawer-button {
background-image: linear-gradient(to bottom, #141414 51%, #101010 49%);
box-shadow: inset 0 0 0px 2px #242424;