Change link hover colour

This commit is contained in:
Oliver Davies 2019-03-28 20:02:30 +00:00
parent 4f8773d4b5
commit 444fb277de

View file

@ -11,7 +11,7 @@ a {
a:hover,
a:focus {
@apply text-blue-700
@apply text-blue-800
}
@tailwind components;