fix icon colors (thanks sys64738)
This commit is contained in:
parent
35358aebce
commit
680b95d1e9
|
@ -430,7 +430,7 @@ td.blob-hunk {
|
|||
|
||||
.repository.file.list #repo-files-table tbody .svg.octicon-file-directory,
|
||||
.repository.file.list #repo-files-table tbody .svg.octicon-file-submodule {
|
||||
color: #7c9b5e;
|
||||
color: var(--color-primary);
|
||||
}
|
||||
|
||||
.repository.labels .ui.basic.black.label {
|
||||
|
|
Loading…
Reference in New Issue