feat: add better provider support, icons, regen, and a lot more

This commit is contained in:
Zoe
2026-02-12 14:56:13 +00:00
parent d5a5945c03
commit d29f95bacf
124 changed files with 6374 additions and 1861 deletions
+6 -3
View File
@@ -18,8 +18,8 @@
--accent-volcano-hover: #dc2626;
/* neon lime */
--accent-lime: #77fb6b;
--accent-lime-hover: #5ee04f;
--accent-lime: #29e154;
--accent-lime-hover: #53e475;
/* electric sky */
--accent-sky: #38d3fa;
@@ -110,7 +110,6 @@ html,
body {
padding: 0;
margin: 0;
font-family: var(--font-sans);
background-color: var(--color-base);
color: var(--color-text);
}
@@ -151,4 +150,8 @@ button.accent {
button.accent:hover {
background-color: var(--color-accent-hover);
}
.capitalize {
text-transform: capitalize;
}