1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-13 10:06:08 +02:00

Fix repo page language stat span color (#14993)

Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
Mike L 2021-03-14 21:27:58 +01:00 committed by GitHub
parent 167b0f46ef
commit 5f8478ab0a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2153,6 +2153,7 @@
.item {
width: 100%;
color: var(--color-text);
&:first-of-type {
border-radius: var(--border-radius) 0 0 var(--border-radius);
@ -2170,10 +2171,6 @@
}
}
span.ui {
color: var(--color-text);
}
&.active {
background: var(--color-secondary);
}