From b64073fda8b92e782b843225accaf8dda82f2f08 Mon Sep 17 00:00:00 2001 From: lizzie Date: Wed, 29 Jul 2026 04:27:47 +0000 Subject: [PATCH] feat: make favorited stars be high contrast w.r.t to the images they're ontop of Signed-off-by: lizzie --- src/webpage/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index c446e6c..f6a5c44 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -1071,10 +1071,11 @@ textarea { right: 5px; transition: top 0.2s; transition-timing-function: ease-in; + mix-blend-mode: difference; background: white; cursor: pointer; &.favorited { - background: yellow; + background: orange; } } .visually-hidden {