9 lines
135 B
CSS
9 lines
135 B
CSS
|
#footer a {
|
||
|
@apply text-white no-underline border-b border-dotted border-white;
|
||
|
|
||
|
&:hover,
|
||
|
&:focus {
|
||
|
@apply border-none
|
||
|
}
|
||
|
}
|