mike / seafile-darktheme-fixed.css
0 curtidas
0 bifurcações
1 arquivos
Última atividade
1 | @media (prefers-color-scheme: dark) { |
2 | :root { |
3 | |
4 | --main-bg: #282c34; |
5 | --dark-bg: #21252b; |
6 | --light-bg: #333842; |
7 | |
8 | --main-font: #ababab; |
9 | --light-font: #eee; |
10 | --dark-font: #888; |
mike / CaptchaApiService.md
0 curtidas
0 bifurcações
1 arquivos
Última atividade
Captcha API Service
Methods;
Generate Challenge
https://api.alveus.dev/captcha/v1/challenge
Generates a challenge and returns the answer symbol, the symbol name, and the captcha image as a base64 encoded jpeg image.
API Key
Próximo
Anterior