Style: Mejorar contraste en modo oscuro
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 56s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 56s
- Contenedores principales mucho más transparentes (0.15) - Cards de aplicaciones negras sólidas (0.85) - Mantener efectos 3D en todas las cards
This commit is contained in:
@@ -86,7 +86,7 @@ useHead({
|
||||
}
|
||||
|
||||
:global(.dark) .quick-actions {
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
background: rgba(0, 0, 0, 0.15);
|
||||
box-shadow:
|
||||
0 8px 32px 0 rgba(0, 0, 0, 0.5),
|
||||
inset 0 1px 1px 0 rgba(255, 255, 255, 0.05);
|
||||
@@ -110,7 +110,7 @@ useHead({
|
||||
}
|
||||
|
||||
:global(.dark) .auth-message :deep(.card) {
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
background: rgba(0, 0, 0, 0.15);
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
box-shadow:
|
||||
0 8px 32px 0 rgba(0, 0, 0, 0.5),
|
||||
|
||||
Reference in New Issue
Block a user