working on focus and outlines

This commit is contained in:
Antoine M 2023-12-19 12:54:40 +01:00
parent 80fa5b0481
commit 1622fce679

View File

@ -29,9 +29,8 @@
xl:w-[222px]; xl:w-[222px];
a:focus img { a:focus img {
outline: red solid 1px; /* outline: red solid 1px; */
@apply outline-1 outline-offset-8; /* @apply outline-white outline-offset-8; */
outline-radius: 50px;
} }
} }
/* &__main-elements { /* &__main-elements {