9 lines
154 B
CSS
9 lines
154 B
CSS
#main a {
|
|
@apply text-blue-300 no-underline border-b border-blue-100 border-dotted;
|
|
|
|
&:hover,
|
|
&:focus {
|
|
@apply text-blue-100 border-solid
|
|
}
|
|
}
|