mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
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.
This commit is contained in:
@@ -134,7 +134,7 @@ textarea:focus,
|
||||
|
||||
.form {
|
||||
.help {
|
||||
color: #999999;
|
||||
color: var(--color-secondary-dark-5);
|
||||
padding-bottom: .6em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
Reference in New Issue
Block a user