2021-06-30 07:00:00 +00:00
|
|
|
@layer utilities {
|
|
|
|
@variants dark {
|
|
|
|
.text-decoration-blue-400 {
|
|
|
|
text-decoration-color: theme('colors.blue.400');
|
|
|
|
}
|
|
|
|
|
2021-09-08 22:13:12 +00:00
|
|
|
.text-decoration-blue-primary {
|
2021-06-30 07:00:00 +00:00
|
|
|
text-decoration-color: theme('colors.blue.800');
|
|
|
|
}
|
2021-06-30 07:00:00 +00:00
|
|
|
|
|
|
|
.text-decoration-white {
|
|
|
|
text-decoration-color: theme('colors.white');
|
|
|
|
}
|
2021-06-30 07:00:00 +00:00
|
|
|
}
|
|
|
|
}
|