1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-06 02:15:20 +02:00

Various style fixes (#13372)

- Add alpha variants for primary color
- Make timeline items solid background color
- Fix reaction styles recently regressed
- Fix diff header and make it flexbox
- Numerous smaller fixes for arc green
This commit is contained in:
silverwind 2020-10-31 13:17:32 +01:00 committed by GitHub
parent 47dd1cb7ae
commit de871f7c93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 138 additions and 84 deletions

View file

@ -129,7 +129,6 @@
}
.file-comment {
font: 12px var(--fonts-monospace);
color: rgba(0, 0, 0, .87);
}