oliverdavies.uk/assets/css/utilities.pcss

12 lines
231 B
Plaintext
Raw Normal View History

2021-06-30 07:00:00 +00:00
@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');
}
}
}