Update theme colors for blue variants

This commit is contained in:
lora322 2025-09-22 17:35:25 -04:00 committed by GitHub
parent 7d109b54a1
commit 3032326793
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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