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; } }