oliverdavies.uk/assets/css/components.pcss

12 lines
266 B
Plaintext
Raw Normal View History

@layer components {
2021-06-30 07:00:00 +00:00
.link {
@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;
}
.visually-hidden {
@apply sr-only;
}
}