Skip to content

Commit 9f0c8f9

Browse files
KN4CK3Rlafriks
andauthored
Fix migration svg color (#16715)
* Fixed svg color. * Use --color-text. Co-authored-by: Lauris BH <[email protected]>
1 parent f9acad8 commit 9f0c8f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/less/_repository.less

+1
Original file line numberDiff line numberDiff line change
@@ -3161,6 +3161,7 @@ td.blob-excerpt {
31613161
transition: all .1s ease-in-out;
31623162
box-shadow: none !important;
31633163
border: 1px solid var(--color-secondary);
3164+
color: var(--color-text);
31643165
}
31653166

31663167
.repository.migrate .card:hover {

0 commit comments

Comments
 (0)