mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
499c6073a1
commit
c19fe296a4
@ -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. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user