refactor: add some default styling for theme

pagebuilder
Dinesh Salunke 2023-11-06 16:47:47 +05:30
parent 7c50dcaae2
commit f838fde911
1 changed files with 8 additions and 2 deletions

View File

@ -5,11 +5,17 @@
body { body {
@apply bg-white; @apply bg-white;
@apply text-gray-600; @apply text-gray-600;
@apply font-normal; @apply font-light;
} }
a { a {
apply text-gray-600; @apply text-gray-600;
}
a:hover {
@apply text-blue-700;
@apply underline;
@apply underline-offset-2;
} }
.icon-tabler { .icon-tabler {