We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69276a commit 0796f36Copy full SHA for 0796f36
src/index.html
@@ -1,5 +1,5 @@
1
<!doctype html>
2
-<html lang="en">
+<html lang="en" style="background-color: #181818">
3
<head>
4
<meta charset="UTF-8" />
5
<base target="_blank" />
src/views/options/index.html
@@ -270,10 +270,6 @@
270
color 0.5s,
271
background-color 0.5s;
272
will-change: color, background-color;
273
-
274
- @media (prefers-color-scheme: dark) {
275
- background: #181818;
276
- }
277
}
278
279
wc-trakt-extension {
src/views/popup/index.html
@@ -276,10 +276,6 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
280
281
282
283
284
285
0 commit comments