From 9a2d6e8065e7c16e19a0b98305aa8dbe2e0af92e Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Sat, 18 Nov 2023 12:25:08 -0800 Subject: [PATCH] Fix theming of filenames in gallery light mode. --- frontend/src/components/GalleryFigure.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/GalleryFigure.vue b/frontend/src/components/GalleryFigure.vue index 94315a8..1efbb46 100644 --- a/frontend/src/components/GalleryFigure.vue +++ b/frontend/src/components/GalleryFigure.vue @@ -51,10 +51,11 @@ const m = ref(null) figure caption { font-weight: 600; color: var(--text-color); - text-shadow: 0 0 .2rem #000, 0 0 1rem #000; + text-shadow: 0 0 .2rem var(--primary-background), 0 0 .2rem var(--primary-background); } .cursor caption { background: var(--accent-color); + text-shadow: none; } caption { position: absolute;