mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +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 {
|
.card-tags {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: var(--bs-secondary);
|
color: var(--bs-secondary-color);
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
|
|
||||||
/* Show ellipsis after 3 lines. */
|
/* Show ellipsis after 3 lines. */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user