Skip to content

Commit 3793f13

Browse files
authored
feat: dark mode support for webext (#14)
1 parent d8c2dcb commit 3793f13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/devtools-webext/pages/devtools-panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html lang="en" class="bg-dots">
33
<head>
44
<link rel="stylesheet" href="../dist/app/devtools-app.css" />
55
</head>

0 commit comments

Comments
 (0)