forked from brooksbingham/theme-elegance
refactor: add some default styling for theme
parent
7c50dcaae2
commit
f838fde911
|
@ -5,11 +5,17 @@
|
|||
body {
|
||||
@apply bg-white;
|
||||
@apply text-gray-600;
|
||||
@apply font-normal;
|
||||
@apply font-light;
|
||||
}
|
||||
|
||||
a {
|
||||
apply text-gray-600;
|
||||
@apply text-gray-600;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@apply text-blue-700;
|
||||
@apply underline;
|
||||
@apply underline-offset-2;
|
||||
}
|
||||
|
||||
.icon-tabler {
|
||||
|
|
Loading…
Reference in New Issue