Fixed error on visibility of website link on snippets
This commit is contained in:
@@ -359,6 +359,30 @@
|
||||
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 {
|
||||
display: inline-block;
|
||||
background: #e9ecef;
|
||||
|
||||
Reference in New Issue
Block a user