- Replace orange accent (#f59f4a) with signature red (#ff4d4d) - Switch from IBM Plex/Unbounded/Work Sans to Inter/JetBrains Mono - Replace emoji icons with Lucide-style SVG icons throughout - Add comprehensive CSS design tokens (colors, borders, semantic states) - Update tool-display.json to use icon names instead of emoji - Rebuild control-ui dist bundle
16 lines
522 B
HTML
16 lines
522 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Clawdbot Control</title>
|
|
<meta name="color-scheme" content="dark light" />
|
|
<link rel="icon" href="./favicon.ico" sizes="any" />
|
|
<script type="module" crossorigin src="./assets/index-DQcOTEYz.js"></script>
|
|
<link rel="stylesheet" crossorigin href="./assets/index-08nzABV3.css">
|
|
</head>
|
|
<body>
|
|
<clawdbot-app></clawdbot-app>
|
|
</body>
|
|
</html>
|