Fix migration svg color (#16715)
* Fixed svg color. * Use --color-text. Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
parent
f9acad82ca
commit
9f0c8f90af
1 changed files with 1 additions and 0 deletions
|
@ -3161,6 +3161,7 @@ td.blob-excerpt {
|
|||
transition: all .1s ease-in-out;
|
||||
box-shadow: none !important;
|
||||
border: 1px solid var(--color-secondary);
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
.repository.migrate .card:hover {
|
||||
|
|
Reference in a new issue