From 58f8e15f573412234e69fee62f64706a6dc374ba Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 4 Sep 2025 22:45:42 +1000 Subject: [PATCH] Add border to circle theme for improved visibility --- extras/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/style.css b/extras/style.css index b45f1a92..78276afd 100644 --- a/extras/style.css +++ b/extras/style.css @@ -677,6 +677,7 @@ body[data-filter="Egg"] .feature[data-type*="Egg"] { background: black; float: left; margin-right: 0.5rem; + border: 2px var(--primary-color) solid; /* margin-top: 0.5rem; margin-left: 0.5rem; */ }