Skip to content

Commit

Permalink
Fix repo page language stat span color (#14993)
Browse files Browse the repository at this point in the history
Co-authored-by: Lauris BH <lauris@nix.lv>
  • Loading branch information
CL-Jeremy and lafriks authored Mar 14, 2021
1 parent 167b0f4 commit 5f8478a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -2153,6 +2153,7 @@

.item {
width: 100%;
color: var(--color-text);

&:first-of-type {
border-radius: var(--border-radius) 0 0 var(--border-radius);
Expand All @@ -2170,10 +2171,6 @@
}
}

span.ui {
color: var(--color-text);
}

&.active {
background: var(--color-secondary);
}
Expand Down

0 comments on commit 5f8478a

Please sign in to comment.