1
0
Fork 0
forked from forgejo/forgejo

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:
silverwind 2022-09-23 05:00:29 +02:00 committed by GitHub
parent 301d84e83a
commit 3f9e323ecd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 61 additions and 99 deletions

View file

@ -134,7 +134,7 @@ textarea:focus,
.form {
.help {
color: #999999;
color: var(--color-secondary-dark-5);
padding-bottom: .6em;
display: inline-block;
}