feat: zap (#107)
This commit is contained in:
parent
407a6fb802
commit
249593d547
72 changed files with 2582 additions and 818 deletions
|
|
@ -10,6 +10,14 @@
|
|||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
html {
|
||||
--bc-color-brand: hsl(var(--primary));
|
||||
--bc-color-brand-dark: hsl(var(--primary));
|
||||
--bc-brand-mix: 100%;
|
||||
--bc-color-brand-button-text: hsl(var(--primary-foreground));
|
||||
--bc-color-brand-button-text-dark: hsl(var(--primary-foreground));
|
||||
}
|
||||
|
||||
input,
|
||||
textarea,
|
||||
button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue