Update theme colors for blue variants
This commit is contained in:
parent
7d109b54a1
commit
3032326793
@ -14,7 +14,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-blue-600 {
|
.bg-blue-600 {
|
||||||
@apply bg-pavitra-800;
|
@apply bg-pavitra-600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.border-blue-700 {
|
.border-blue-700 {
|
||||||
@ -69,7 +69,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.text-blue-600 {
|
.text-blue-600 {
|
||||||
@apply text-pavitra-900;
|
@apply text-pavitra-600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox input[type='checkbox']:checked + .check,
|
.checkbox input[type='checkbox']:checked + .check,
|
||||||
@ -92,14 +92,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.text-blue-500 {
|
.text-blue-500 {
|
||||||
@apply text-pavitra-800;
|
@apply text-pavitra-500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hover\:text-blue-600:hover {
|
.hover\:text-blue-600:hover {
|
||||||
@apply text-pavitra-800;
|
@apply text-pavitra-600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.active\:text-blue-700:active {
|
.active\:text-blue-700:active {
|
||||||
@apply text-pavitra-800;
|
@apply text-pavitra-700;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user