Updated circle page. Updated Api to allow any origin.
Some checks failed
ci / build-test (push) Failing after 1m3s
ci / publish-image (push) Has been skipped

This commit is contained in:
2025-11-13 21:35:02 -05:00
parent 334bbe9ef2
commit 76284f2fab
3 changed files with 103 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
:root {
--font-family: 'Poppins';
--background-color: rgb(16, 36, 50);
--background-color: #131419;
--background-color-original: rgb(16, 36, 50);
--input-background-color: rgb(0,20,34);
--input-border-color: #304562;
--primary-text-color: rgb(180,200, 214);