diff --git a/Updated_Cms/public/build/manifest.json b/Updated_Cms/public/build/manifest.json index 57ffe156e8..4163097e2d 100644 --- a/Updated_Cms/public/build/manifest.json +++ b/Updated_Cms/public/build/manifest.json @@ -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 }, diff --git a/Updated_Cms/resources/themes/atom/css/app.scss b/Updated_Cms/resources/themes/atom/css/app.scss index b0de7d321e..e85a18a4a3 100644 --- a/Updated_Cms/resources/themes/atom/css/app.scss +++ b/Updated_Cms/resources/themes/atom/css/app.scss @@ -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;