Skip to content
Snippets Groups Projects
Commit 20354df6 authored by Toufic Batache's avatar Toufic Batache
Browse files

Fix anciens liens (classes .link et .link2)

parent 141a02f0
No related branches found
No related tags found
1 merge request!210Début du travail sur la nouvelle page d'accueil/d'atterrissage du simulateur
...@@ -17,6 +17,13 @@ ...@@ -17,6 +17,13 @@
@tailwind utilities; @tailwind utilities;
@layer components { @layer components {
.link {
@apply link-text-le-bleu;
}
.link2 {
@apply link-text;
}
.link-text { .link-text {
@apply underline hover:decoration-2 underline-offset-4; @apply underline hover:decoration-2 underline-offset-4;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment