From 622e88fc3cc66a8ee98f6572f7bc0425c18c0a2b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 14 May 2019 22:35:47 +0100 Subject: [PATCH] Make speakers links to their pages --- source/_includes/front-speakers.html.twig | 8 ++++---- tailwind.config.js | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/source/_includes/front-speakers.html.twig b/source/_includes/front-speakers.html.twig index 5ff90a044..da2173c7b 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 ca7c17a1c..9767e3ef8 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: {