Footer styling tweaks

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 6504053e2c
commit 9c55c523d3
2 changed files with 6 additions and 2 deletions

View file

@ -7,5 +7,9 @@
.text-decoration-blue-800 {
text-decoration-color: theme('colors.blue.800');
}
.text-decoration-white {
text-decoration-color: theme('colors.white');
}
}
}