forked from brooksbingham/theme-elegance
refactor: add some default styling for theme
parent
7c50dcaae2
commit
f838fde911
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue