mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-09 12:21:57 -04:00
add new website shadcn theme CSS
Some checks failed
Build Debian package / build (push) Has been cancelled
Build Docker image / buildx (push) Has been cancelled
Build Homebrew package / build (push) Has been cancelled
Run linters / lint (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Some checks failed
Build Debian package / build (push) Has been cancelled
Build Docker image / buildx (push) Has been cancelled
Build Homebrew package / build (push) Has been cancelled
Run linters / lint (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
This commit is contained in:
parent
35dd5911d8
commit
deb116eed4
1 changed files with 47 additions and 0 deletions
47
website/shadcn-theme.css
Normal file
47
website/shadcn-theme.css
Normal file
|
@ -0,0 +1,47 @@
|
|||
@layer base {
|
||||
:root {
|
||||
--background: 339 49% 100%;
|
||||
--foreground: 339 66% 4%;
|
||||
--muted: 99 20% 93%;
|
||||
--muted-foreground: 99 9% 39%;
|
||||
--popover: 339 49% 100%;
|
||||
--popover-foreground: 339 66% 4%;
|
||||
--card: 339 49% 100%;
|
||||
--card-foreground: 339 66% 4%;
|
||||
--border: 339 7% 94%;
|
||||
--input: 339 7% 94%;
|
||||
--primary: 339 48% 41%;
|
||||
--primary-foreground: 0 0% 100%;
|
||||
--secondary: 99 48% 41%;
|
||||
--secondary-foreground: 0 0% 100%;
|
||||
--accent: 219 48% 41%;
|
||||
--accent-foreground: 0 0% 100%;
|
||||
--destructive: 19 85% 36%;
|
||||
--destructive-foreground: 0 0% 100%;
|
||||
--ring: 339 48% 41%;
|
||||
--radius: 0.5rem;
|
||||
}
|
||||
|
||||
.dark {
|
||||
--background: 339 32% 4%;
|
||||
--foreground: 339 18% 99%;
|
||||
--muted: 99 20% 7%;
|
||||
--muted-foreground: 99 9% 61%;
|
||||
--popover: 339 32% 4%;
|
||||
--popover-foreground: 339 18% 99%;
|
||||
--card: 339 32% 4%;
|
||||
--card-foreground: 339 18% 99%;
|
||||
--border: 339 7% 12%;
|
||||
--input: 339 7% 12%;
|
||||
--primary: 339 48% 41%;
|
||||
--primary-foreground: 0 0% 100%;
|
||||
--secondary: 99 48% 41%;
|
||||
--secondary-foreground: 0 0% 100%;
|
||||
--accent: 219 48% 41%;
|
||||
--accent-foreground: 0 0% 100%;
|
||||
--destructive: 19 85% 53%;
|
||||
--destructive-foreground: 0 0% 0%;
|
||||
--ring: 339 48% 41%;
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue