diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -122,13 +122,6 @@ table.changesets .comments { .form-group > label { float: left; } -.groups_breadcrumbs a { - color: #fff; -} -.groups_breadcrumbs a:hover { - color: #bfe3ff; - text-decoration: none; -} .dt_repo { white-space: nowrap; color: #577632; diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -138,13 +138,6 @@ table.changesets { .form-group > label { float: left; } -.groups_breadcrumbs a { - color: #fff; -} -.groups_breadcrumbs a:hover { - color: #bfe3ff; - text-decoration: none; -} .dt_repo { white-space: nowrap; color: #577632;