diff options
author | silverwind <me@silverwind.io> | 2022-08-31 11:04:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-31 17:04:41 +0800 |
commit | c80ca94ab1de8ea3b13c1087cd7140165a11ceb7 (patch) | |
tree | 920369127f5ec8f34431e8390f95b8f6e34489d1 /web_src/less/themes/theme-arc-green.less | |
parent | a48d6ba4b4be4207a2c78c36b095fb69938e5ae5 (diff) | |
download | gitea-c80ca94ab1de8ea3b13c1087cd7140165a11ceb7.tar.gz gitea-c80ca94ab1de8ea3b13c1087cd7140165a11ceb7.zip |
Remove black labels and CSS cleanup (#21003)
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'web_src/less/themes/theme-arc-green.less')
-rw-r--r-- | web_src/less/themes/theme-arc-green.less | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index 4d21a5ac43..2cbb979074 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -339,10 +339,6 @@ td.blob-hunk { color: var(--color-secondary-dark-6); } -.repository.labels .ui.basic.black.label { - background-color: #bbbbbb !important; -} - .lines-num { color: var(--color-secondary-dark-6) !important; border-color: var(--color-secondary) !important; |