Add feedback form and webhook

This commit is contained in:
2026-01-23 19:24:45 +13:00
parent 24685a5371
commit eab212ea8d
7 changed files with 204 additions and 16 deletions

View File

@@ -162,6 +162,14 @@ body {
text-align: center;
}
.header-actions .header-cta {
background: linear-gradient(120deg, rgba(255, 107, 43, 0.95), rgba(255, 168, 75, 0.95));
color: #151515;
border: 1px solid rgba(255, 140, 60, 0.7);
box-shadow: 0 12px 24px rgba(255, 107, 43, 0.35);
font-weight: 700;
}
.signed-in {
font-size: 12px;
text-transform: uppercase;
@@ -332,6 +340,17 @@ select option {
color: var(--ink);
}
textarea {
padding: 14px 16px;
border-radius: 16px;
border: 1px solid var(--border);
font-size: 16px;
background: var(--input-bg);
color: var(--input-ink);
font-family: inherit;
resize: vertical;
}
button {
padding: 12px 18px;
border-radius: 999px;