Switch popup UI to light mode

This commit is contained in:
2026-09-08 14:04:12 -07:00
parent 2e986bf09d
commit b4fd285365
3 changed files with 73 additions and 71 deletions

View File

@@ -6,7 +6,7 @@
<title>OpenScript</title>
<link rel="stylesheet" href="./styles/index.css" />
</head>
<body class="bg-navy-950 text-slate-100 flex flex-col h-[560px] w-[480px] overflow-hidden select-none">
<body class="bg-slate-50 text-slate-900 flex flex-col h-[560px] w-[480px] overflow-hidden select-none">
<div id="app" class="flex flex-col h-full"></div>
<script type="module" src="./popup.js"></script>
</body>