Move all files to old/astro/
This commit is contained in:
parent
b176f4d25e
commit
cdf77e8b5f
1340 changed files with 0 additions and 0 deletions
11
old/astro/assets/css/components.pcss
Normal file
11
old/astro/assets/css/components.pcss
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue