Fix text decoration colour
This commit is contained in:
parent
9058eb107e
commit
17388e232a
3 changed files with 13 additions and 5 deletions
|
@ -0,0 +1,11 @@
|
|||
@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');
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue