13 lines
169 B
CSS
13 lines
169 B
CSS
a {
|
|
@apply text-gray-600 no-underline
|
|
}
|
|
|
|
a:hover,
|
|
a:focus {
|
|
@apply text-blue-800
|
|
}
|
|
|
|
h2:before {
|
|
content: '';
|
|
@apply w-10 block mb-4 border-t-2 border-gray-600
|
|
}
|