We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e7ed3 commit 25c3710Copy full SHA for 25c3710
src/main.css
@@ -575,6 +575,11 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
575
color: var(--txt-0) !important /* "you're the only one here. */
576
}
577
578
+/* image popup */
579
+.downloadLink_a15d41 {
580
+ color: white!important /* QUICK FIX, same color as the forward button but technically not themed */
581
+}
582
+
583
@supports (color:color-mix(in lch,red,blue))and (top:var(--f)) {
584
.theme-light, .theme-dark {
585
--action-sheet-gradient-bg: var(--primary-630);
0 commit comments