diff options
author | Mike L <cl.jeremy@qq.com> | 2021-06-28 10:21:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 09:21:43 +0100 |
commit | 5c80ecc2f75cd2948679abb31798b5da6baee698 (patch) | |
tree | 5b2ddd38289afba8a4aa21009613e4962c843fff /web_src/less/themes/theme-arc-green.less | |
parent | 6ca667d3f2c6b106207aada51fce56081620bee2 (diff) | |
download | gitea-5c80ecc2f75cd2948679abb31798b5da6baee698.tar.gz gitea-5c80ecc2f75cd2948679abb31798b5da6baee698.zip |
Counterwork seemingly unclickable repo button labels (#15064)
As title, the change counter-works the effect from #14926 that links seem unclickable (especially in the default gitea theme), while maintaining some sort of visual harmony.
Co-authored-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'web_src/less/themes/theme-arc-green.less')
-rw-r--r-- | web_src/less/themes/theme-arc-green.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index 74db8faaaa..b8ee6d4e84 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -92,6 +92,7 @@ --color-input-border-hover: #505667; --color-navbar: #2a2e3a; --color-light: #00000028; + --color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled))); --color-light-border: #ffffff28; --color-hover: #ffffff10; --color-active: #ffffff16; |