12 lines
231 B
Plaintext
12 lines
231 B
Plaintext
@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');
|
|
}
|
|
}
|
|
}
|