From 0809028ea697764107f228bccda67b74f69d82f3 Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Mon, 1 Mar 2021 20:54:24 +0100 Subject: [PATCH] visually differentiate pin state in icon --- index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.css b/index.css index 86cf084..95f8125 100644 --- a/index.css +++ b/index.css @@ -251,6 +251,11 @@ section.select-list a.favoritelink { color: var(--paper-white); cursor: pointer; } +section.select-list .entry:not(.pinned) a.favoritelink svg { + fill: transparent; + stroke: currentColor; + stroke-width: 1; +} section.select-list .entry:hover a.website, section.select-list .entry:hover a.favoritelink { color: var(--bright-grey);