mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2025-01-18 04:32:29 -05:00
Theme: Fix text colors in cards
This commit is contained in:
parent
236f9ae3da
commit
62c9a71d15
1 changed files with 11 additions and 0 deletions
|
@ -440,6 +440,17 @@ footer a {
|
||||||
color: var(--color-footer-links);
|
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. */
|
/* Homepage. */
|
||||||
.home a {
|
.home a {
|
||||||
color: var(--color-accent);
|
color: var(--color-accent);
|
||||||
|
|
Loading…
Add table
Reference in a new issue