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 | body { |
| #6 | font-family: Arial, Helvetica, sans-serif; |
| #7 | } |
| #8 | |
| #9 | @layer utilities { |
| #10 | .text-balance { |
| #11 | text-wrap: balance; |
| #12 | } |
| #13 | } |
| #14 | |
| #15 | @layer base { |
| #16 | :root { |
| #17 | --background: 0 0% 3.9%; |
| #18 | --foreground: 0 0% 98%; |
| #19 | --card: 0 0% 3.9%; |
| #20 | --card-foreground: 0 0% 98%; |
| #21 | --popover: 0 0% 3.9%; |
| #22 | --popover-foreground: 0 0% 98%; |
| #23 | --primary: 0 0% 98%; |
| #24 | --primary-foreground: 0 0% 9%; |
| #25 | --secondary: 0 0% 14.9%; |
| #26 | --secondary-foreground: 0 0% 98%; |
| #27 | --muted: 0 0% 14.9%; |
| #28 | --muted-foreground: 0 0% 63.9%; |
| #29 | --accent: 0 0% 14.9%; |
| #30 | --accent-foreground: 0 0% 98%; |
| #31 | --destructive: 0 62.8% 30.6%; |
| #32 | --destructive-foreground: 0 0% 98%; |
| #33 | --border: 0 0% 14.9%; |
| #34 | --input: 0 0% 14.9%; |
| #35 | --ring: 0 0% 83.1%; |
| #36 | --chart-1: 220 70% 50%; |
| #37 | --chart-2: 160 60% 45%; |
| #38 | --chart-3: 30 80% 55%; |
| #39 | --chart-4: 280 65% 60%; |
| #40 | --chart-5: 340 75% 55%; |
| #41 | --radius: 0.5rem; |
| #42 | --sidebar-background: 240 5.9% 10%; |
| #43 | --sidebar-foreground: 240 4.8% 95.9%; |
| #44 | --sidebar-primary: 224.3 76.3% 48%; |
| #45 | --sidebar-primary-foreground: 0 0% 100%; |
| #46 | --sidebar-accent: 240 3.7% 15.9%; |
| #47 | --sidebar-accent-foreground: 240 4.8% 95.9%; |
| #48 | --sidebar-border: 240 3.7% 15.9%; |
| #49 | --sidebar-ring: 217.2 91.2% 59.8%; |
| #50 | } |
| #51 | .dark { |
| #52 | --background: 0 0% 3.9%; |
| #53 | --foreground: 0 0% 98%; |
| #54 | --card: 0 0% 3.9%; |
| #55 | --card-foreground: 0 0% 98%; |
| #56 | --popover: 0 0% 3.9%; |
| #57 | --popover-foreground: 0 0% 98%; |
| #58 | --primary: 0 0% 98%; |
| #59 | --primary-foreground: 0 0% 9%; |
| #60 | --secondary: 0 0% 14.9%; |
| #61 | --secondary-foreground: 0 0% 98%; |
| #62 | --muted: 0 0% 14.9%; |
| #63 | --muted-foreground: 0 0% 63.9%; |
| #64 | --accent: 0 0% 14.9%; |
| #65 | --accent-foreground: 0 0% 98%; |
| #66 | --destructive: 0 62.8% 30.6%; |
| #67 | --destructive-foreground: 0 0% 98%; |
| #68 | --border: 0 0% 14.9%; |
| #69 | --input: 0 0% 14.9%; |
| #70 | --ring: 0 0% 83.1%; |
| #71 | --chart-1: 220 70% 50%; |
| #72 | --chart-2: 160 60% 45%; |
| #73 | --chart-3: 30 80% 55%; |
| #74 | --chart-4: 280 65% 60%; |
| #75 | --chart-5: 340 75% 55%; |
| #76 | --sidebar-background: 240 5.9% 10%; |
| #77 | --sidebar-foreground: 240 4.8% 95.9%; |
| #78 | --sidebar-primary: 224.3 76.3% 48%; |
| #79 | --sidebar-primary-foreground: 0 0% 100%; |
| #80 | --sidebar-accent: 240 3.7% 15.9%; |
| #81 | --sidebar-accent-foreground: 240 4.8% 95.9%; |
| #82 | --sidebar-border: 240 3.7% 15.9%; |
| #83 | --sidebar-ring: 217.2 91.2% 59.8%; |
| #84 | } |
| #85 | } |
| #86 | |
| #87 | @layer base { |
| #88 | * { |
| #89 | @apply border-border; |
| #90 | } |
| #91 | body { |
| #92 | @apply bg-background text-foreground; |
| #93 | } |
| #94 | } |
| #95 |