diff --git a/source/_includes/front-speakers.html.twig b/source/_includes/front-speakers.html.twig
index 5ff90a0..da2173c 100644
--- a/source/_includes/front-speakers.html.twig
+++ b/source/_includes/front-speakers.html.twig
@@ -4,9 +4,9 @@
diff --git a/tailwind.config.js b/tailwind.config.js
index ca7c17a..9767e3e 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -15,7 +15,9 @@ module.exports = {
},
},
variants: {
+ borderColor: [...variants.textColor, 'hocus', 'group-hocus'],
textColor: [...variants.textColor, 'hocus'],
+ textDecoration: [...variants.textColor, 'hocus', 'group-hocus'],
fontStyle: [...variants.fontStyle, 'hocus']
},
corePlugins: {