mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-19 08:10:21 +01:00
Change image transparency grid to CSS (#36711)
These new colors work much better on dark theme than before (where it was far too bright). <img width="731" height="533" alt="image" src="https://github.com/user-attachments/assets/e2979935-87ac-4d0e-80e1-67fe6cd2d6c7" /> <img width="736" height="543" alt="image" src="https://github.com/user-attachments/assets/96da1292-cc77-49bf-aa51-d48b6c7cf2b4" /> --------- Co-authored-by: Giteabot <teabot@gitea.io> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -247,6 +247,8 @@ gitea-theme-meta-info {
|
||||
--color-highlight-bg: #352c1c;
|
||||
--color-overlay-backdrop: #080808c0;
|
||||
--color-danger: var(--color-red);
|
||||
--color-transparency-grid-light: #2a2a2a;
|
||||
--color-transparency-grid-dark: #1a1a1a;
|
||||
accent-color: var(--color-accent);
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user