Update message severity colors, fix navbar double border (#37019)

- Tweak serverity background and border colors
- Use default text color instead of per-severity text colors.
- Replace `saturate` filter with semibold font weight on message headers.
- Fix navbar double border when a notification is present.

Co-authored-by: Claude (Opus 4.6) <noreply@anthropic.com>
This commit is contained in:
silverwind
2026-03-28 10:05:56 +01:00
committed by GitHub
parent 17b802beae
commit 896e4838cb
4 changed files with 34 additions and 29 deletions

View File

@@ -162,20 +162,20 @@ gitea-theme-meta-info {
--color-diff-removed-row-border: #634343;
--color-diff-removed-word-bg: #6f3333;
--color-diff-inactive: #22282d;
--color-error-border: #da3633;
--color-error-bg: #3c2425;
--color-error-bg-active: #5a3637;
--color-error-bg-hover: #4c2d2e;
--color-error-text: #f5817c;
--color-success-border: #458a57;
--color-success-bg: #284034;
--color-success-text: #69be61;
--color-warning-border: #9e6a03;
--color-warning-bg: #2f2a1b;
--color-warning-text: #d29922;
--color-info-border: #306090;
--color-info-bg: #26354c;
--color-info-text: #48b7f8;
--color-error-border: #763232;
--color-error-bg: #322226;
--color-error-bg-active: #49262a;
--color-error-bg-hover: #3c2427;
--color-error-text: var(--color-text);
--color-success-border: #225633;
--color-success-bg: #1c3329;
--color-success-text: var(--color-text);
--color-warning-border: #5f481a;
--color-warning-bg: #342e1f;
--color-warning-text: var(--color-text);
--color-info-border: #254a7e;
--color-info-bg: #1b283a;
--color-info-text: var(--color-text);
--color-red-badge: #db2828;
--color-red-badge-bg: #db28281a;
--color-red-badge-hover-bg: #db28284d;