Update base styles

This commit is contained in:
Oliver Davies 2019-03-09 22:48:31 +00:00
parent 9ebb2f1df6
commit daeec23e6a

View file

@ -1,10 +1,26 @@
@tailwind preflight; @tailwind base;
h1, h2, h3 {
@apply font-bold
}
h1 {
@apply text-4xl
}
h2 {
@apply text-2xl
}
img {
@apply max-w-full h-auto
}
a { a {
@apply text-blue no-underline; @apply text-blue no-underline;
&:hover { &:hover {
@apply underline; @apply underline
} }
} }