Update templates and styles
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user