Compare commits
2 Commits
ce1b86d9c1
...
568ea41177
| Author | SHA1 | Date |
|---|---|---|
|
|
568ea41177 | |
|
|
5a02a8fd9e |
File diff suppressed because it is too large
Load Diff
|
|
@ -83,12 +83,15 @@ @layer components {
|
|||
}
|
||||
|
||||
.profile-link {
|
||||
/* Você pode aplicar isso direto no <a> */
|
||||
/* 1. FAZ O LINK PREENCHER O <li> */
|
||||
@apply block w-full;
|
||||
|
||||
|
||||
/* 2. CORREÇÃO: Força a cor e remove sublinhado */
|
||||
@apply text-gray-700 no-underline;
|
||||
|
||||
/* 3. (Opcional) Hover direto no link */
|
||||
@apply hover:text-black;
|
||||
}
|
||||
|
||||
.profile-items {
|
||||
/* 1. Limpeza (Classes antigas removidas) */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue