repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | @tailwind base; |
| #2 | @tailwind components; |
| #3 | @tailwind utilities; |
| #4 | |
| #5 | @layer base { |
| #6 | :root { |
| #7 | --background: 240 10% 3.9%; |
| #8 | --foreground: 0 0% 98%; |
| #9 | --card: 240 10% 3.9%; |
| #10 | --card-foreground: 0 0% 98%; |
| #11 | --popover: 240 10% 3.9%; |
| #12 | --popover-foreground: 0 0% 98%; |
| #13 | --primary: 260 94% 59%; |
| #14 | --primary-foreground: 355.7 100% 97.3%; |
| #15 | --secondary: 240 3.7% 15.9%; |
| #16 | --secondary-foreground: 0 0% 98%; |
| #17 | --muted: 240 3.7% 15.9%; |
| #18 | --muted-foreground: 240 5% 64.9%; |
| #19 | --accent: 240 3.7% 15.9%; |
| #20 | --accent-foreground: 0 0% 98%; |
| #21 | --destructive: 0 62.8% 30.6%; |
| #22 | --destructive-foreground: 0 0% 98%; |
| #23 | --border: 240 3.7% 15.9%; |
| #24 | --input: 240 3.7% 15.9%; |
| #25 | --ring: 260 94% 59%; |
| #26 | --radius: 0.5rem; |
| #27 | } |
| #28 | |
| #29 | .dark { |
| #30 | --background: 240 10% 3.9%; |
| #31 | --foreground: 0 0% 98%; |
| #32 | --card: 240 10% 3.9%; |
| #33 | --card-foreground: 0 0% 98%; |
| #34 | --popover: 240 10% 3.9%; |
| #35 | --popover-foreground: 0 0% 98%; |
| #36 | --primary: 260 94% 59%; |
| #37 | --primary-foreground: 355.7 100% 97.3%; |
| #38 | --secondary: 240 3.7% 15.9%; |
| #39 | --secondary-foreground: 0 0% 98%; |
| #40 | --muted: 240 3.7% 15.9%; |
| #41 | --muted-foreground: 240 5% 64.9%; |
| #42 | --accent: 240 3.7% 15.9%; |
| #43 | --accent-foreground: 0 0% 98%; |
| #44 | --destructive: 0 62.8% 30.6%; |
| #45 | --destructive-foreground: 0 0% 98%; |
| #46 | --border: 240 3.7% 15.9%; |
| #47 | --input: 240 3.7% 15.9%; |
| #48 | --ring: 260 94% 59%; |
| #49 | } |
| #50 | } |
| #51 | |
| #52 | @layer base { |
| #53 | * { |
| #54 | @apply border-border; |
| #55 | } |
| #56 | body { |
| #57 | @apply bg-background text-foreground; |
| #58 | } |
| #59 | } |
| #60 |