11 lines
231 B
Text
11 lines
231 B
Text
@layer utilities {
|
|
@variants dark {
|
|
.text-decoration-blue-400 {
|
|
text-decoration-color: theme('colors.blue.400');
|
|
}
|
|
|
|
.text-decoration-blue-800 {
|
|
text-decoration-color: theme('colors.blue.800');
|
|
}
|
|
}
|
|
}
|