forked from brooksbingham/theme-elegance
refactor: add some default styling for theme
This commit is contained in:
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…
x
Reference in New Issue
Block a user