mirror of
https://github.com/GetOpenScript/OpenScript.git
synced 2026-09-18 09:45:43 +00:00
Switch popup UI to light mode
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user