1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Diff and code review refactors and improvements (#13922)

* Diff CSS refactors and misc tweaks

- Simplify Diff CSS styling
- Add color variables for diff
- Fix vertical centering of inline comment button
- Slightly adjust text colors, e.g. in comment header

* Code review improvments

* selector tweak

* fix diff issues, add inactive bg color

Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
silverwind
2020-12-17 16:52:58 +01:00
committed by GitHub
parent a8fa380c25
commit 8af9df0036
5 changed files with 124 additions and 278 deletions

View File

@@ -119,7 +119,7 @@
}
.file-comment {
color: rgba(0, 0, 0, .87);
color: var(--color-text);
}
a.fold-file {