mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 18:14:15 +01:00
Fix dark-colored description text in arc-green theme (#22908)
Fix #22873.
This commit is contained in:
parent
e314c9e866
commit
71ee488098
1 changed files with 4 additions and 0 deletions
|
@ -651,6 +651,10 @@ a.commit-statuses-trigger {
|
||||||
color: var(--color-text-dark);
|
color: var(--color-text-dark);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.search > .results .result .description {
|
||||||
|
color: var(--color-text-light-2);
|
||||||
|
}
|
||||||
|
|
||||||
.ui.search > .results .result .image {
|
.ui.search > .results .result .image {
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
Loading…
Reference in a new issue