Skip to content

Commit 5f8478a

Browse files
CL-Jeremylafriks
andauthored
Fix repo page language stat span color (#14993)
Co-authored-by: Lauris BH <[email protected]>
1 parent 167b0f4 commit 5f8478a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

web_src/less/_repository.less

+1-4
Original file line numberDiff line numberDiff line change
@@ -2153,6 +2153,7 @@
21532153

21542154
.item {
21552155
width: 100%;
2156+
color: var(--color-text);
21562157

21572158
&:first-of-type {
21582159
border-radius: var(--border-radius) 0 0 var(--border-radius);
@@ -2170,10 +2171,6 @@
21702171
}
21712172
}
21722173

2173-
span.ui {
2174-
color: var(--color-text);
2175-
}
2176-
21772174
&.active {
21782175
background: var(--color-secondary);
21792176
}

0 commit comments

Comments
 (0)