Share funktion

This commit is contained in:
2026-07-16 17:13:37 +02:00
parent 52c9dfb472
commit c7c1864fc6
9 changed files with 311 additions and 27 deletions

View File

@@ -426,8 +426,8 @@ h3 {
display: inline-flex;
align-items: center;
gap: 0.5rem;
background: #162118;
color: #fff;
background: #fff;
color: #162118;
padding: 1rem 2.2rem;
border-radius: var(--r-pill);
font-size: 0.9rem;
@@ -437,7 +437,7 @@ h3 {
}
.btn-primary:hover {
background: #253228;
background: #f0f0f0;
transform: translateY(-3px);
box-shadow: 0 12px 36px rgba(22, 33, 24, 0.4);
}