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 | |
| #8 | --background: 0 0% 100%; |
| #9 | |
| #10 | --foreground: 240 10% 3.9%; |
| #11 | |
| #12 | --card: 0 0% 100%; |
| #13 | |
| #14 | --card-foreground: 240 10% 3.9%; |
| #15 | |
| #16 | --popover: 0 0% 100%; |
| #17 | |
| #18 | --popover-foreground: 240 10% 3.9%; |
| #19 | |
| #20 | --primary: 240 5.9% 10%; |
| #21 | |
| #22 | --primary-foreground: 0 0% 98%; |
| #23 | |
| #24 | --secondary: 240 4.8% 95.9%; |
| #25 | |
| #26 | --secondary-foreground: 240 5.9% 10%; |
| #27 | |
| #28 | --muted: 240 4.8% 95.9%; |
| #29 | |
| #30 | --muted-foreground: 240 3.8% 46.1%; |
| #31 | |
| #32 | --accent: 240 4.8% 95.9%; |
| #33 | |
| #34 | --accent-foreground: 240 5.9% 10%; |
| #35 | |
| #36 | --destructive: 0 84.2% 60.2%; |
| #37 | |
| #38 | --destructive-foreground: 0 0% 98%; |
| #39 | |
| #40 | --border: 240 5.9% 90%; |
| #41 | |
| #42 | --input: 240 5.9% 90%; |
| #43 | |
| #44 | --ring: 240 10% 3.9%; |
| #45 | |
| #46 | --chart-1: 12 76% 61%; |
| #47 | |
| #48 | --chart-2: 173 58% 39%; |
| #49 | |
| #50 | --chart-3: 197 37% 24%; |
| #51 | |
| #52 | --chart-4: 43 74% 66%; |
| #53 | |
| #54 | --chart-5: 27 87% 67%; |
| #55 | |
| #56 | --radius: 0.5rem |
| #57 | } |
| #58 | .dark { |
| #59 | |
| #60 | --background: 240 10% 3.9%; |
| #61 | |
| #62 | --foreground: 0 0% 98%; |
| #63 | |
| #64 | --card: 240 10% 3.9%; |
| #65 | |
| #66 | --card-foreground: 0 0% 98%; |
| #67 | |
| #68 | --popover: 240 10% 3.9%; |
| #69 | |
| #70 | --popover-foreground: 0 0% 98%; |
| #71 | |
| #72 | --primary: 0 0% 98%; |
| #73 | |
| #74 | --primary-foreground: 240 5.9% 10%; |
| #75 | |
| #76 | --secondary: 240 3.7% 15.9%; |
| #77 | |
| #78 | --secondary-foreground: 0 0% 98%; |
| #79 | |
| #80 | --muted: 240 3.7% 15.9%; |
| #81 | |
| #82 | --muted-foreground: 240 5% 64.9%; |
| #83 | |
| #84 | --accent: 240 3.7% 15.9%; |
| #85 | |
| #86 | --accent-foreground: 0 0% 98%; |
| #87 | |
| #88 | --destructive: 0 62.8% 30.6%; |
| #89 | |
| #90 | --destructive-foreground: 0 0% 98%; |
| #91 | |
| #92 | --border: 240 3.7% 15.9%; |
| #93 | |
| #94 | --input: 240 3.7% 15.9%; |
| #95 | |
| #96 | --ring: 240 4.9% 83.9%; |
| #97 | |
| #98 | --chart-1: 220 70% 50%; |
| #99 | |
| #100 | --chart-2: 160 60% 45%; |
| #101 | |
| #102 | --chart-3: 30 80% 55%; |
| #103 | |
| #104 | --chart-4: 280 65% 60%; |
| #105 | |
| #106 | --chart-5: 340 75% 55% |
| #107 | } |
| #108 | } |
| #109 | |
| #110 | |
| #111 | |
| #112 | @layer base { |
| #113 | * { |
| #114 | @apply border-border outline-ring/50; |
| #115 | } |
| #116 | body { |
| #117 | @apply bg-background text-foreground; |
| #118 | } |
| #119 | } |