Update templates and styles

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-29 15:21:10 +00:00
parent 3b14155594
commit 335658f2bf
8 changed files with 77 additions and 19 deletions
+18
View File
@@ -325,6 +325,24 @@ main {
color: var(--text-muted);
}
.attendee-link-box {
background-color: #f0f7ff;
border: 2px solid var(--primary-color);
border-radius: 8px;
padding: 1rem;
margin-top: 1.5rem;
text-align: center;
}
.attendee-link-box p {
margin: 0;
color: var(--text-color);
}
.attendee-link-box a {
color: var(--primary-color);
}
/* Forms */
.form-group {
margin-bottom: 1.25rem;