Compare commits
No commits in common. "568ea411773c8e97cca2af07b5070692e6a04188" and "ce1b86d9c1e5c9d60238a086a0fd271b8eadfe3c" have entirely different histories.
568ea41177
...
ce1b86d9c1
File diff suppressed because it is too large
Load Diff
|
|
@ -83,15 +83,12 @@ @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