Add borders to links by default
This commit is contained in:
parent
e0f36fc463
commit
cc8259cc24
|
@ -22,7 +22,11 @@ a:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@apply text-black font-bold
|
@apply text-black font-bold pb-px border-b-2;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
@apply border-transparent no-underline
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
* + * {
|
* + * {
|
||||||
|
|
Loading…
Reference in a new issue