From c19fe296a48eb0f436ef17380250b50d5d189193 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sat, 29 Nov 2025 10:41:03 +0530 Subject: [PATCH] ui: Dark theme color for tags text in an app card Tests: - In apps and system pages, the tags text in a card is unchanged in light theme. In dark theme, it is more consistent with the rest of the page. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- static/themes/default/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css index c9b877e02..43882ee43 100644 --- a/static/themes/default/css/main.css +++ b/static/themes/default/css/main.css @@ -570,7 +570,7 @@ footer { .card-tags { font-weight: 400; - color: var(--bs-secondary); + color: var(--bs-secondary-color); font-size: 0.875rem; /* Show ellipsis after 3 lines. */