oliverdavies.uk/assets/css/utilities.pcss

16 lines
323 B
Text
Raw Normal View History

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