Move astro files to astro directory

This commit is contained in:
Oliver Davies 2024-08-01 22:29:02 +01:00
parent b176f4d25e
commit 51c2159e25
1340 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,11 @@
@layer components {
.link {
@apply inline-block underline text-blue-primary hover:text-blue-900 dark:text-blue-400 dark:hover:text-white;
text-decoration-thickness: 1px;
text-underline-offset: 0.1em;
}
.visually-hidden {
@apply sr-only;
}
}