forked from brooksbingham/theme-elegance
refactor: use normal weight as default
parent
2fb9d7238d
commit
c996722a9a
|
@ -5,7 +5,7 @@
|
||||||
body {
|
body {
|
||||||
@apply bg-white;
|
@apply bg-white;
|
||||||
@apply text-gray-700;
|
@apply text-gray-700;
|
||||||
@apply font-medium;
|
@apply font-normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-tabler {
|
.icon-tabler {
|
||||||
|
|
Loading…
Reference in New Issue