Skip to content

Commit 25c3710

Browse files
committed
make "open in browser" white like the forward button
1 parent b0e7ed3 commit 25c3710

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,11 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
575575
color: var(--txt-0) !important /* "you're the only one here. */
576576
}
577577

578+
/* image popup */
579+
.downloadLink_a15d41 {
580+
color: white!important /* QUICK FIX, same color as the forward button but technically not themed */
581+
}
582+
578583
@supports (color:color-mix(in lch,red,blue))and (top:var(--f)) {
579584
.theme-light, .theme-dark {
580585
--action-sheet-gradient-bg: var(--primary-630);

0 commit comments

Comments
 (0)