Added a basic homepage
This commit is contained in:
parent
d40640a648
commit
12fd3c04ca
113 changed files with 414 additions and 506 deletions
38
tailwind.css
38
tailwind.css
|
|
@ -1,9 +1,43 @@
|
|||
@import "tailwindcss" source(none);
|
||||
@plugin "@tailwindcss/typography";
|
||||
@source "./pkg/ui/**/*.{go}";
|
||||
@source "./internal/ui/**/*.{go}";
|
||||
@plugin "./daisyui.js";
|
||||
|
||||
/* Optional for custom themes – Docs: https://daisyui.com/docs/themes/#how-to-add-a-new-custom-theme */
|
||||
@plugin "./daisyui-theme.js"{
|
||||
/* custom theme here */
|
||||
}
|
||||
|
||||
name: "light";
|
||||
default: false;
|
||||
prefersdark: false;
|
||||
color-scheme: "light";
|
||||
--color-base-100: oklch(98% 0.003 60.858);
|
||||
--color-base-200: oklch(92% 0.006 60.531);
|
||||
--color-base-300: oklch(70% 0.015 60.067);
|
||||
--color-base-content: oklch(20% 0.042 265.755);
|
||||
--color-primary: oklch(36.6% 0.111 265.522);
|
||||
--color-primary-content: oklch(96% 0.029 272.314);
|
||||
--color-secondary: oklch(50% 0.095 242.749);
|
||||
--color-secondary-content: oklch(97% 0.014 254.604);
|
||||
--color-accent: oklch(32.8% 0.196 20.400);
|
||||
--color-accent-content: oklch(97% 0.021 166.113);
|
||||
--color-neutral: oklch(37% 0.044 257.287);
|
||||
--color-neutral-content: oklch(98% 0.003 247.858);
|
||||
--color-info: oklch(62% 0.107 259.815);
|
||||
--color-info-content: oklch(97% 0.014 254.604);
|
||||
--color-success: oklch(76% 0.124 130.850);
|
||||
--color-success-content: oklch(98% 0.031 120.757);
|
||||
--color-warning: oklch(76% 0.106 70.080);
|
||||
--color-warning-content: oklch(98% 0.022 95.277);
|
||||
--color-error: oklch(63% 0.145 25.331);
|
||||
--color-error-content: oklch(97% 0.013 17.38);
|
||||
--radius-selector: 0.5rem;
|
||||
--radius-field: 0.5rem;
|
||||
--radius-box: 0.5rem;
|
||||
--size-selector: 0.25rem;
|
||||
--size-field: 0.25rem;
|
||||
--border: 1.5px;
|
||||
--depth: 1;
|
||||
--noise: 1;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue