You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 Fix 🆙
This commit is contained in:
@@ -118,7 +118,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"resources/themes/atom/css/app.scss": {
|
"resources/themes/atom/css/app.scss": {
|
||||||
"file": "assets/app-Ce9wyuA_.css",
|
"file": "assets/app-ip7dqLYV.css",
|
||||||
"src": "resources/themes/atom/css/app.scss",
|
"src": "resources/themes/atom/css/app.scss",
|
||||||
"isEntry": true
|
"isEntry": true
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -105,6 +105,7 @@ html {
|
|||||||
background: #25658d url("/public/assets/images/icons/discord.png") no-repeat center;
|
background: #25658d url("/public/assets/images/icons/discord.png") no-repeat center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark .camera-icon,
|
||||||
html.dark .camera-icon {
|
html.dark .camera-icon {
|
||||||
background: #25658d url("/public/assets/images/icons/camera.png") no-repeat center;
|
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;
|
background: url("/public/assets/images/background-light.jpg") no-repeat fixed right bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark .site-bg,
|
||||||
.app.dark .site-bg {
|
.app.dark .site-bg {
|
||||||
background: url("/public/assets/images/background-dark.jpg") no-repeat fixed right bottom;
|
background: url("/public/assets/images/background-dark.jpg") no-repeat fixed right bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark .swal2-popup,
|
||||||
.app.dark .swal2-popup {
|
.app.dark .swal2-popup {
|
||||||
background: rgb(17 24 39);
|
background: rgb(17 24 39);
|
||||||
color: white;
|
color: white;
|
||||||
@@ -245,10 +248,12 @@ html.dark .camera-icon {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.swiper-pagination-bullet-active,
|
.swiper-pagination-bullet-active,
|
||||||
|
.dark .swiper-pagination-bullet-active,
|
||||||
html.dark .swiper-pagination-bullet-active {
|
html.dark .swiper-pagination-bullet-active {
|
||||||
background: #e9b124 !important;
|
background: #e9b124 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
|
||||||
html.dark .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
|
html.dark .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
|
||||||
background: white !important;
|
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 {
|
html.dark .badge-drawer-button {
|
||||||
background-image: linear-gradient(to bottom, #141414 51%, #101010 49%);
|
background-image: linear-gradient(to bottom, #141414 51%, #101010 49%);
|
||||||
box-shadow: inset 0 0 0px 2px #242424;
|
box-shadow: inset 0 0 0px 2px #242424;
|
||||||
|
|||||||
Reference in New Issue
Block a user