catalog: border color

This commit is contained in:
2026-01-23 09:06:05 -05:00
parent ef58cf6323
commit fbec47f3b4
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
top: 2rem; /* se queda pegada al hacer scroll */
height: fit-content; /* sólo el alto que necesite su contenido */
background: rgba(255, 255, 255, 0.9);
border: 3px solid violet;
border: 1px solid darkviolet;
border-radius: 24px;
box-shadow: 0 48px 56px rgba(0, 0, 0, 0.1);
padding: 1.5rem;

View File

@@ -2,7 +2,7 @@
.container {
display: flex;
justify-content: center;
border: 2px solid blueviolet;
border: 1px solid darkviolet;
display: flex;
flex-wrap: wrap;
border-radius: 32px;