2021-06-30 07:00:00 +00:00
|
|
|
@layer components {
|
2021-06-30 07:00:00 +00:00
|
|
|
.link {
|
2023-01-31 00:17:09 +00:00
|
|
|
@apply inline-block underline text-blue-primary hover:text-blue-900 dark:text-blue-400 dark:hover:text-white;
|
2021-06-30 07:00:00 +00:00
|
|
|
text-decoration-thickness: 1px;
|
|
|
|
text-underline-offset: 0.1em;
|
|
|
|
}
|
|
|
|
|
2021-06-30 07:00:00 +00:00
|
|
|
.visually-hidden {
|
|
|
|
@apply sr-only;
|
|
|
|
}
|
2021-06-30 07:00:00 +00:00
|
|
|
}
|