mirror of
https://github.com/go-gitea/gitea
synced 2025-07-25 03:38:36 +00:00
Misc color tweaks (#29943)
Minor color tweaks: - Better text contrasts - Better distinguish nav and header wrapper in light theme - Input boxes are now white on light theme - Slightly darker dark theme background <img width="503" alt="Screenshot 2024-03-20 at 19 31 54" src="https://github.com/go-gitea/gitea/assets/115237/c7802a84-2386-4332-bd91-f419473ff644"> <img width="510" alt="Screenshot 2024-03-20 at 19 32 24" src="https://github.com/go-gitea/gitea/assets/115237/21d3529e-6e0a-413a-9e9e-a03bea2405eb">
This commit is contained in:
@@ -180,16 +180,16 @@
|
||||
--color-orange-badge-hover-bg: #f2711c4d;
|
||||
--color-git: #f05133;
|
||||
/* target-based colors */
|
||||
--color-body: #1e2224;
|
||||
--color-body: #1c1f25;
|
||||
--color-box-header: #1a1d1f;
|
||||
--color-box-body: #14171a;
|
||||
--color-box-body-highlight: #121517;
|
||||
--color-text-dark: #f8f8f9;
|
||||
--color-text: #ced2d5;
|
||||
--color-text-light: #bec4c8;
|
||||
--color-text-light-1: #acb3b8;
|
||||
--color-text-light-2: #8d969c;
|
||||
--color-text-light-3: #747f87;
|
||||
--color-text: #d1d5d8;
|
||||
--color-text-light: #bdc3c7;
|
||||
--color-text-light-1: #a8afb5;
|
||||
--color-text-light-2: #929ba2;
|
||||
--color-text-light-3: #7c8790;
|
||||
--color-footer: var(--color-nav-bg);
|
||||
--color-timeline: #353c42;
|
||||
--color-input-text: var(--color-text-dark);
|
||||
|
Reference in New Issue
Block a user