mirror of
https://github.com/go-gitea/gitea
synced 2024-11-10 17:25:54 +01:00
Fix repo page language stat span color (#14993)
Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
parent
167b0f46ef
commit
5f8478ab0a
@ -2153,6 +2153,7 @@
|
|||||||
|
|
||||||
.item {
|
.item {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
color: var(--color-text);
|
||||||
|
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
border-radius: var(--border-radius) 0 0 var(--border-radius);
|
border-radius: var(--border-radius) 0 0 var(--border-radius);
|
||||||
@ -2170,10 +2171,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
span.ui {
|
|
||||||
color: var(--color-text);
|
|
||||||
}
|
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background: var(--color-secondary);
|
background: var(--color-secondary);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user