Gallery itself is always in dark mode

This commit is contained in:
Manav Rathi
2025-02-04 15:58:40 +05:30
parent 092640af7e
commit be790b5bc5

View File

@@ -18,7 +18,7 @@ body {
height: 48px;
background: none !important;
background-image: none !important;
color: var(--mui-palette-stroke-base);
color: white;
}
.pswp__item video {
@@ -60,13 +60,13 @@ body {
a split second when an image is zoomed on to for the first time (this can
be used as a test to see when this workaround is no longer required).
*/
background-color: var(--mui-palette-background-default);
background-color: black;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
color: var(--mui-palette-stroke-base);
background-color: var(--mui-palette-fill-faint) !important;
color: white;
background-color: rgba(37 37 37 / 0.65) !important;
border-radius: 50%;
width: 56px;
height: 56px;