From 672a3e7161347f5a78627a2b23d849db63aeed48 Mon Sep 17 00:00:00 2001 From: BlueFox1616 <149878174+BlueFox1616@users.noreply.github.com> Date: Tue, 20 May 2025 16:31:07 +0300 Subject: [PATCH] Better color for the breaking title More vibrant and matching with the other text . While conveying a sense of emergency --- src/components/ReleaseNoteListItem.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ReleaseNoteListItem.astro b/src/components/ReleaseNoteListItem.astro index 318e8b8..e673c12 100644 --- a/src/components/ReleaseNoteListItem.astro +++ b/src/components/ReleaseNoteListItem.astro @@ -26,7 +26,7 @@ const { (type === 'feature' && 'text-[#bf3316] dark:text-[#ffb1a1]') || (type === 'fix' && 'text-[#fe846b]') || (type === 'theme' && 'text-[#f76f53]') || - (type === 'break' && 'text-[#471308] dark:text-[#ff7d84]') || '' + (type === 'break' && 'text-[#471308] dark:text-[#D02908]') || '' , 'opacity-80 font-bold min-w-16']} > {itemType[type]}