mirror of
https://github.com/go-gitea/gitea.git
synced 2026-03-29 03:42:23 +00: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:
@@ -43,7 +43,7 @@
|
||||
|
||||
.ui.message .header {
|
||||
color: inherit;
|
||||
filter: saturate(2);
|
||||
font-weight: var(--font-weight-semibold);
|
||||
}
|
||||
|
||||
.ui.info.message,
|
||||
|
||||
Reference in New Issue
Block a user