From 44f79661521211e5ff7d128aeda4dd32a732c2b1 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 21 Jan 2023 11:58:16 -0800 Subject: [PATCH] tweak tag icon appearance with a slight border --- styles/less/main.less | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/less/main.less b/styles/less/main.less index b345e52..7aada10 100644 --- a/styles/less/main.less +++ b/styles/less/main.less @@ -92,6 +92,7 @@ a { display: inline-block; margin-right: 0.5em; border-radius: 3px; + border: 0.5px solid #fff; } .tag-icon-0 { background: #fa6e6e;