From 2a746a3e6199d06e74a6b1b511f0ade269706eba Mon Sep 17 00:00:00 2001 From: Ian Chua Date: Mon, 13 Jul 2026 11:59:11 +0800 Subject: [PATCH] fix: plugin link text color --- resources/web/dialog/css/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/web/dialog/css/theme.css b/resources/web/dialog/css/theme.css index 665f0c941a..05d72022f8 100644 --- a/resources/web/dialog/css/theme.css +++ b/resources/web/dialog/css/theme.css @@ -62,6 +62,7 @@ --col-sep: #4a4a51; --row-hover: #2b3340; --row-selected: #244945; + --plugin-link-text: #5eead4; --plugin-status-danger: #ff7b72; --plugin-status-ok: #37c871; --plugin-status-warn: #f0b45a;