From 86c66b2b70b0aab46ea3ce474b16ea94bb5213b9 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 5 Nov 2021 23:44:20 +0100 Subject: [PATCH] new styles --- home/styles/index.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/home/styles/index.css b/home/styles/index.css index 03dd0883..c9adcbf2 100644 --- a/home/styles/index.css +++ b/home/styles/index.css @@ -4,6 +4,10 @@ @layer components { + .primary { + @apply bg-purple + } + .custom-underline-blue { @apply border-b-4 border-blue-400; } @@ -11,4 +15,15 @@ .custom-underline-red { @apply border-b-4 border-red-400; } + + .footer-link { + @apply text-gray-600 hover:text-gray-800 + } + + .footer-categorie { + @apply font-medium text-gray-900 tracking-widest text-sm mb-3 + /* + @apply title-font font-medium text-gray-900 tracking-widest text-sm mb-3 + */ + } }