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:
@@ -119,7 +119,7 @@
|
||||
}
|
||||
|
||||
.file-comment {
|
||||
color: rgba(0, 0, 0, .87);
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
a.fold-file {
|
||||
|
Reference in New Issue
Block a user