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:
parent
236f9ae3da
commit
62c9a71d15
1 changed files with 11 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue