Add borders to links by default

This commit is contained in:
Oliver Davies 2019-03-18 13:51:20 +00:00
parent e0f36fc463
commit cc8259cc24

View file

@ -22,7 +22,11 @@ a:focus {
}
a {
@apply text-black font-bold
@apply text-black font-bold pb-px border-b-2;
&:hover {
@apply border-transparent no-underline
}
}
* + * {