fixing focus on website logo

This commit is contained in:
Antoine M 2024-04-02 16:30:11 +02:00
parent 00c44ebb2c
commit 57a0c6386e

View File

@ -27,10 +27,12 @@
w-[140px]
md:w-[190px]
xl:w-[222px];
a {
@apply block;
}
a:focus img {
/* outline: red solid 1px; */
/* @apply outline-white outline-offset-8; */
a:focus-visible {
@apply !opacity-90 rounded-md;
}
}
/* &__main-elements {