diff options
author | Mike L <cl.jeremy@qq.com> | 2021-03-14 21:27:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-14 22:27:58 +0200 |
commit | 5f8478ab0a543af820f3659d5af09a90e0cb9089 (patch) | |
tree | db0538d3e71661fae41f08355fdfa37abcc63c48 /web_src/less | |
parent | 167b0f46ef946fad3ca13976c3b87598f505e2ea (diff) | |
download | gitea-5f8478ab0a543af820f3659d5af09a90e0cb9089.tar.gz gitea-5f8478ab0a543af820f3659d5af09a90e0cb9089.zip |
Fix repo page language stat span color (#14993)
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'web_src/less')
-rw-r--r-- | web_src/less/_repository.less | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index 5a8476322c..b750cf8c07 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -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); } |