feat: Replace aCAPTCHA with official ALTCHA (altcha.org) Proof-of-Work web component widget

This commit is contained in:
Richard
2026-07-31 11:39:29 +02:00
parent 6ef74c7cf4
commit 83c782c469
417 changed files with 100543 additions and 317 deletions
+17
View File
@@ -0,0 +1,17 @@
[data-altcha-theme='wireframe'],
altcha-widget[theme='wireframe'] {
--altcha-border-width: 1px;
--altcha-border-radius: 0;
--altcha-checkbox-border-radius: 0;
--altcha-input-border-radius: 0;
--altcha-color-neutral: light-dark(oklch(25.197% 0.00003 271.152), oklch(37.346% 0.00272 16.419));
--altcha-color-neutral-content: light-dark(
oklch(73.802% 0.00008 271.152),
oklch(68.622% 0.00008 271.152)
);
--altcha-switch-border-radius: 4px;
--altcha-switch-toggle-border-radius: 2px;
--altcha-switch-background-color: var(--altcha-color-neutral);
--altcha-switch-toggle-color: var(--altcha-color-neutral-content);
--altcha-spinner-color: var(--altcha-color-neutral-content);
}