From b8caab7a718f22a008a86ef19aadb123dcc799bc Mon Sep 17 00:00:00 2001 From: luxick Date: Fri, 10 Apr 2026 12:47:03 +0200 Subject: [PATCH] Update icons --- assets/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 07e7273..fc642c4 100644 --- a/assets/style.css +++ b/assets/style.css @@ -223,14 +223,15 @@ main { width: 1.25rem; text-align: center; flex-shrink: 0; - text-shadow: none; + filter: drop-shadow(0 0 4px #c8c8c8); } .listing-item a { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - color: #ffb300; + color: inherit; + text-shadow: inherit; } .listing-item .meta { color: #888;