Replace all simple inline styles with tailwind (#30032)

These should be all simple inline styles that were left in the
templates.

Co-authored-by: Giteabot <teabot@gitea.io>
(cherry picked from commit 0bef9a2775af0e27a0754207fc87537b96c2792e)
This commit is contained in:
silverwind 2024-03-23 21:11:15 +01:00 committed by Earl Warren
parent 76315e0919
commit eaac4af245
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
9 changed files with 14 additions and 10 deletions

View file

@ -198,6 +198,10 @@
margin: 0 0 0 3em;
}
.diff-file-body.binary {
padding: 5px 10px;
}
.file-comment {
color: var(--color-text);
}