refactor: move website files to the root level
This commit is contained in:
parent
c2887ecbc5
commit
2cbbfd60ff
590 changed files with 0 additions and 4484 deletions
15
assets/css/utilities.pcss
Normal file
15
assets/css/utilities.pcss
Normal file
|
@ -0,0 +1,15 @@
|
|||
@layer utilities {
|
||||
@variants dark {
|
||||
.text-decoration-blue-400 {
|
||||
text-decoration-color: theme('colors.blue.400');
|
||||
}
|
||||
|
||||
.text-decoration-blue-primary {
|
||||
text-decoration-color: theme('colors.blue.800');
|
||||
}
|
||||
|
||||
.text-decoration-white {
|
||||
text-decoration-color: theme('colors.white');
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue