diff --git a/src/app.postcss b/src/app.postcss index 45b0221104ed925295fa2af63006788c592c7d5b..46739e09f6fd9c399a1b61bb244c273dc32d5e3f 100644 --- a/src/app.postcss +++ b/src/app.postcss @@ -17,6 +17,13 @@ @tailwind utilities; @layer components { + .link { + @apply link-text-le-bleu; + } + .link2 { + @apply link-text; + } + .link-text { @apply underline hover:decoration-2 underline-offset-4; }