Skip to content

Commit 6475fa4

Browse files
Johannes Lichtenbergerclaude
andcommitted
Refine reCAPTCHA styling: rounded corners, dimmed, more button spacing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e4a991c commit 6475fa4

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

css/main.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -994,13 +994,21 @@ pre::-webkit-scrollbar-thumb:hover {
994994
box-shadow: 0 0 0 3px var(--color-primary-light);
995995
}
996996
.contact-form__captcha {
997-
margin-top: var(--space-4);
997+
margin-top: var(--space-5);
998+
margin-bottom: var(--space-5);
998999
display: flex;
9991000
justify-content: center;
10001001
}
1002+
.contact-form__captcha iframe {
1003+
border-radius: var(--radius-md);
1004+
}
10011005
.contact-form__captcha > div {
1002-
transform: scale(0.92);
1006+
transform: scale(0.95);
10031007
transform-origin: center;
1008+
filter: brightness(0.85) contrast(1.1);
1009+
}
1010+
#contact-submit {
1011+
margin-top: var(--space-4);
10041012
}
10051013
.contact-form__status {
10061014
margin-top: var(--space-4);

0 commit comments

Comments
 (0)