feat: Replace aCAPTCHA with official ALTCHA (altcha.org) Proof-of-Work web component widget
This commit is contained in:
+17
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user