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 <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2025-11-29 10:41:03 +05:30 committed by James Valleroy
parent 499c6073a1
commit c19fe296a4
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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. */