0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2024-12-22 07:13:09 -05:00

Theme: Fix text colors in cards

This commit is contained in:
Pablo Vazquez 2023-01-31 19:27:32 +01:00
parent 236f9ae3da
commit 62c9a71d15

View file

@ -440,6 +440,17 @@ footer a {
color: var(--color-footer-links);
}
/* Cards. */
.ui.cards>.card>.content>a.header,
.ui.card>.content>a.header {
color: var(--color-text-dark);
}
.ui.cards>.card .meta,
.ui.card .meta {
color: var(--color-text-dark-2);
}
/* Homepage. */
.home a {
color: var(--color-accent);