Fixed error on visibility of website link on snippets

This commit is contained in:
Nathan Schneider
2025-11-12 15:43:40 -07:00
parent 5f1dd685f8
commit 37c156fb6f

View File

@@ -359,6 +359,30 @@
margin-top: 0.5rem; margin-top: 0.5rem;
} }
.card-external-link {
margin: 0.75rem 0;
}
.btn-small {
display: inline-block;
padding: 8px 16px;
background: var(--e2c-yellow);
color: var(--text-primary);
text-decoration: none;
border-radius: 8px;
font-size: 0.875rem;
font-weight: 500;
transition: all 0.2s ease;
border: 2px solid var(--e2c-yellow);
}
.btn-small:hover {
background: var(--e2c-dark-yellow);
border-color: var(--e2c-dark-yellow);
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.tag { .tag {
display: inline-block; display: inline-block;
background: #e9ecef; background: #e9ecef;