mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-23 03:00:14 +08:00
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:
@@ -162,20 +162,20 @@ gitea-theme-meta-info {
|
||||
--color-diff-removed-row-border: #f1c0c0;
|
||||
--color-diff-removed-word-bg: #fdb8c0;
|
||||
--color-diff-inactive: #f0f2f4;
|
||||
--color-error-border: #d63333;
|
||||
--color-error-bg: #ffebeb;
|
||||
--color-error-bg-active: #fdd;
|
||||
--color-error-bg-hover: #fee;
|
||||
--color-error-text: #8a3231;
|
||||
--color-success-border: #49842b;
|
||||
--color-success-bg: #eef6e4;
|
||||
--color-success-text: #2f6e30;
|
||||
--color-warning-border: #bf8700;
|
||||
--color-warning-bg: #fff8e1;
|
||||
--color-warning-text: #744500;
|
||||
--color-info-border: #2d8fa8;
|
||||
--color-info-bg: #e8f4fd;
|
||||
--color-info-text: #216078;
|
||||
--color-error-border: #ff818266;
|
||||
--color-error-bg: #ffebe9;
|
||||
--color-error-bg-active: #ffcecb;
|
||||
--color-error-bg-hover: #ffdcd7;
|
||||
--color-error-text: var(--color-text);
|
||||
--color-success-border: #4ac26b66;
|
||||
--color-success-bg: #dafbe1;
|
||||
--color-success-text: var(--color-text);
|
||||
--color-warning-border: #d4a72c66;
|
||||
--color-warning-bg: #fff8c5;
|
||||
--color-warning-text: var(--color-text);
|
||||
--color-info-border: #54aeff66;
|
||||
--color-info-bg: #ddf4ff;
|
||||
--color-info-text: var(--color-text);
|
||||
--color-red-badge: #db2828;
|
||||
--color-red-badge-bg: #db28281a;
|
||||
--color-red-badge-hover-bg: #db28284d;
|
||||
|
||||
Reference in New Issue
Block a user