Gallery itself is always in dark mode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user