# HG changeset patch # User Mads Kiilerich # Date 2018-04-01 22:39:20 # Node ID d6cbe497f88163de083e2edbb66eeee0f352d897 # Parent 9c8633ea87a7394ea7b3c0ec64c1d631e22bb4d3 less: let repo labels inherit color so they are rendered as the surrounding text, especially on colored backgrounds diff --git a/kallithea/public/less/kallithea-labels.less b/kallithea/public/less/kallithea-labels.less --- a/kallithea/public/less/kallithea-labels.less +++ b/kallithea/public/less/kallithea-labels.less @@ -35,15 +35,11 @@ a.label-metameta[data-tag="license"]:hov /* repository vcs "alias" */ .label-repo { - border: 1px solid #56A546; - color: #46A546; + border: 1px solid; + color: inherit; text-transform: uppercase; padding: .2em .3em 0; } -#context-bar .label-repo { - border-color: white; - color: white; -} /* permission labels */ .label-admin {