]> source.dussan.org Git - gitea.git/commitdiff
Fix repo page language stat span color (#14993)
authorMike L <cl.jeremy@qq.com>
Sun, 14 Mar 2021 20:27:58 +0000 (21:27 +0100)
committerGitHub <noreply@github.com>
Sun, 14 Mar 2021 20:27:58 +0000 (22:27 +0200)
Co-authored-by: Lauris BH <lauris@nix.lv>
web_src/less/_repository.less

index 5a8476322c900e688f6e33e132c5c43977a355ac..b750cf8c077fb26ab524e2ee9f060739cda71aab 100644 (file)
 
       .item {
         width: 100%;
+        color: var(--color-text);
 
         &:first-of-type {
           border-radius: var(--border-radius) 0 0 var(--border-radius);
           }
         }
 
-        span.ui {
-          color: var(--color-text);
-        }
-
         &.active {
           background: var(--color-secondary);
         }