feat: only show hero and carousel on index
This commit is contained in:
parent
0edd672a70
commit
81538a6fdf
18 changed files with 104 additions and 225 deletions
|
@ -10,6 +10,9 @@
|
|||
--color-secondary: var(--secondary);
|
||||
--color-tertiary: var(--tertiary);
|
||||
--color-accent: var(--accent);
|
||||
|
||||
--color-button: var(--button);
|
||||
--color-button-active: var(--button-active);
|
||||
}
|
||||
|
||||
@theme {
|
||||
|
@ -39,6 +42,9 @@
|
|||
--secondary: light-dark(var(--color-neutral-950), var(--color-neutral-50));
|
||||
--tertiary: light-dark(var(--color-neutral-500), var(--color-neutral-500));
|
||||
--accent: light-dark(var(--color-neutral-700), var(--color-neutral-300));
|
||||
|
||||
--button: light-dark(#f3f4f6, #1f1f1f);
|
||||
--button-active: light-dark(#e5e7eb, #2f2f2f);
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue