Style: Hacer cards de apps más transparentes en modo oscuro
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 55s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 55s
- Cambiar opacidad de 0.85 a 0.65 - Permite ver mejor el fondo nocturno
This commit is contained in:
@@ -380,7 +380,7 @@ onUnmounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dark .app-card {
|
.dark .app-card {
|
||||||
background: rgba(0, 0, 0, 0.85) !important;
|
background: rgba(0, 0, 0, 0.65) !important;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.1) !important;
|
border: 1px solid rgba(255, 255, 255, 0.1) !important;
|
||||||
box-shadow:
|
box-shadow:
|
||||||
0 4px 16px 0 rgba(0, 0, 0, 0.4),
|
0 4px 16px 0 rgba(0, 0, 0, 0.4),
|
||||||
|
|||||||
Reference in New Issue
Block a user