From bb366e411728c244ac0c1e5062a7d687da2bb9ce Mon Sep 17 00:00:00 2001 From: Harald Bamberger Date: Tue, 26 May 2026 09:06:44 +0200 Subject: [PATCH] font color black on tag limette --- public/css/tags.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/tags.css b/public/css/tags.css index e92f415b2..17dca613a 100644 --- a/public/css/tags.css +++ b/public/css/tags.css @@ -69,6 +69,7 @@ .tag_limette { background-color: #D3FFCE; + color: black; } .tag_done { @@ -111,4 +112,4 @@ .copy-btn { float: right; margin-top: 3px; -} \ No newline at end of file +}