Update styles.css

This commit is contained in:
abiteman
2025-01-24 12:01:33 -06:00
parent bce7934de4
commit b124fc0270

View File

@@ -217,6 +217,10 @@ button:disabled {
padding: 3rem 2rem;
width: 100%;
max-width: 400px;
background-color: var(--container-bg);
border-radius: 16px;
box-shadow: 0 0 0 1px rgba(128, 128, 128, 0.1),
0 8px 16px rgba(0, 0, 0, 0.1);
}
.pin-header {