diff options
author | silverwind <me@silverwind.io> | 2022-09-23 05:00:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-22 22:00:29 -0500 |
commit | 3f9e323ecd519efc94a472502085100728900d3f (patch) | |
tree | eeafcd4d324f52a152abd342fe7046d2f4b10a3f /web_src/less/_form.less | |
parent | 301d84e83a9a1ca81686fbd13be070769b30f2b0 (diff) | |
download | gitea-3f9e323ecd519efc94a472502085100728900d3f.tar.gz gitea-3f9e323ecd519efc94a472502085100728900d3f.zip |
Various CSS tweaks (#21244)
- Remove arc-green specific rules and instead fix the colors in the base
rules.
- Make file table row border visible on arc-green.
- Remove remnants of fomantic accordeon module that was removed.
Diffstat (limited to 'web_src/less/_form.less')
-rw-r--r-- | web_src/less/_form.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/less/_form.less b/web_src/less/_form.less index b59c9bb52f..08e1f324b4 100644 --- a/web_src/less/_form.less +++ b/web_src/less/_form.less @@ -134,7 +134,7 @@ textarea:focus, .form { .help { - color: #999999; + color: var(--color-secondary-dark-5); padding-bottom: .6em; display: inline-block; } |