From 30323267934df57de770880d3eba516f49feb77e Mon Sep 17 00:00:00 2001 From: lora322 <39804183+lora322@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:35:25 -0400 Subject: [PATCH] Update theme colors for blue variants --- frontend/src/css/_theme.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/css/_theme.css b/frontend/src/css/_theme.css index 765b8d3..610fdad 100644 --- a/frontend/src/css/_theme.css +++ b/frontend/src/css/_theme.css @@ -14,7 +14,7 @@ } .bg-blue-600 { - @apply bg-pavitra-800; + @apply bg-pavitra-600; } .border-blue-700 { @@ -69,7 +69,7 @@ } .text-blue-600 { - @apply text-pavitra-900; + @apply text-pavitra-600; } .checkbox input[type='checkbox']:checked + .check, @@ -92,14 +92,14 @@ } .text-blue-500 { - @apply text-pavitra-800; + @apply text-pavitra-500; } .hover\:text-blue-600:hover { - @apply text-pavitra-800; + @apply text-pavitra-600; } .active\:text-blue-700:active { - @apply text-pavitra-800; + @apply text-pavitra-700; } }