diff --git a/dash/public/codeburn-logo.png b/dash/public/codeburn-logo.png index e316795..fb29e81 100644 Binary files a/dash/public/codeburn-logo.png and b/dash/public/codeburn-logo.png differ diff --git a/dash/src/App.tsx b/dash/src/App.tsx index 8d0bafc..e90ff65 100644 --- a/dash/src/App.tsx +++ b/dash/src/App.tsx @@ -429,10 +429,7 @@ export function App() {
- CodeBurn - - CodeBurn - + CodeBurn usage
diff --git a/dash/src/index.css b/dash/src/index.css index d44ea94..c21ee27 100644 --- a/dash/src/index.css +++ b/dash/src/index.css @@ -126,6 +126,20 @@ 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } } + +/* CodeBurn wordmark: orange metallic sheen (replaces the flame logo) */ +@keyframes cb-sheen { + 0% { background-position: 200% 0; } + 100% { background-position: -200% 0; } +} +.cb-sheen { + background: linear-gradient(100deg, #c2432a 0%, #e8553a 32%, #ffcf9e 50%, #e8553a 68%, #c2432a 100%); + background-size: 220% 100%; + -webkit-background-clip: text; + background-clip: text; + color: transparent; + animation: cb-sheen 4s linear infinite; +} .skeleton-shimmer { background-color: var(--muted); background-image: linear-gradient(