diff options
| author | Adam <[email protected]> | 2025-10-16 14:53:44 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-10-16 14:53:44 -0500 |
| commit | 47d9e017657c4d265dea53bd86d727097a7ba282 (patch) | |
| tree | e278fb3983f13f6fa474228cf5031c3b4680f566 /packages/desktop/index.html | |
| parent | fc18fc8a08e703a54553e714344e638673b2d313 (diff) | |
| download | opencode-47d9e017657c4d265dea53bd86d727097a7ba282.tar.gz opencode-47d9e017657c4d265dea53bd86d727097a7ba282.zip | |
wip: css/ui and desktop work
Diffstat (limited to 'packages/desktop/index.html')
| -rw-r--r-- | packages/desktop/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/desktop/index.html b/packages/desktop/index.html index 1ee727ff4..c6c543591 100644 --- a/packages/desktop/index.html +++ b/packages/desktop/index.html @@ -1,12 +1,11 @@ <!doctype html> -<html lang="en" class="h-full bg-background"> +<html lang="en" class="h-full bg-background-weak"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> <link rel="shortcut icon" type="image/ico" href="/src/assets/favicon.svg" /> - <link rel="stylesheet" href="/src/assets/theme.css" /> - <title>opencode</title> + <title>OpenCode</title> </head> <body class="h-full overscroll-none select-none"> <script> |
