From be790b5bc5772fa005121ad5273df2a19d7f04e1 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Tue, 4 Feb 2025 15:58:40 +0530 Subject: [PATCH] Gallery itself is always in dark mode --- web/apps/photos/src/styles/global.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/apps/photos/src/styles/global.css b/web/apps/photos/src/styles/global.css index 6bc5f5524f..9c4f6354fc 100644 --- a/web/apps/photos/src/styles/global.css +++ b/web/apps/photos/src/styles/global.css @@ -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;