Skip to content

Commit

Permalink
Fix migration svg color (#16715)
Browse files Browse the repository at this point in the history
* Fixed svg color.

* Use --color-text.

Co-authored-by: Lauris BH <lauris@nix.lv>
  • Loading branch information
KN4CK3R and lafriks committed Aug 18, 2021
1 parent f9acad8 commit 9f0c8f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9f0c8f9

Please sign in to comment.