commit
6a2553be58
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -38,7 +38,7 @@ export const white: StyleObject = {
|
|||||||
overlay: 'from-white via-gray-100 to-white',
|
overlay: 'from-white via-gray-100 to-white',
|
||||||
activeLinkColor: 'bg-gray-100/70',
|
activeLinkColor: 'bg-gray-100/70',
|
||||||
bgLayoutColor: 'bg-gray-50',
|
bgLayoutColor: 'bg-gray-50',
|
||||||
iconsColor: 'text-blue-500',
|
iconsColor: 'text-blue-600',
|
||||||
cardsColor: 'bg-white',
|
cardsColor: 'bg-white',
|
||||||
focusRingColor:
|
focusRingColor:
|
||||||
'focus:ring focus:ring-blue-600 focus:border-blue-600 focus:outline-none border-gray-300 dark:focus:ring-blue-600 dark:focus:border-blue-600',
|
'focus:ring focus:ring-blue-600 focus:border-blue-600 focus:outline-none border-gray-300 dark:focus:ring-blue-600 dark:focus:border-blue-600',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user