forked from forgejo/forgejo
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:
parent
a8fa380c25
commit
8af9df0036
5 changed files with 124 additions and 278 deletions
|
@ -119,7 +119,7 @@
|
|||
}
|
||||
|
||||
.file-comment {
|
||||
color: rgba(0, 0, 0, .87);
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
a.fold-file {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue