Skip to content

Commit 963951e

Browse files
committed
fix(css): fix background flash on start
1 parent 8787195 commit 963951e

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

src/index.html

-12
Original file line numberDiff line numberDiff line change
@@ -280,18 +280,6 @@
280280
color: rgb(235 235 235 / 64%);
281281
font-size: 1rem;
282282
background: #181818;
283-
transition:
284-
color 0.5s,
285-
background-color 0.5s;
286-
will-change: color, background-color;
287-
288-
@media (prefers-color-scheme: light) {
289-
background: #fff;
290-
}
291-
292-
@media (prefers-color-scheme: dark) {
293-
background: #181818;
294-
}
295283
}
296284

297285
wc-trakt-extension {

src/views/options/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,6 @@
266266
color: rgb(235 235 235 / 64%);
267267
font-size: 1rem;
268268
background: #181818;
269-
transition:
270-
color 0.5s,
271-
background-color 0.5s;
272-
will-change: color, background-color;
273269
}
274270

275271
wc-trakt-extension {

src/views/popup/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,6 @@
270270
color: rgb(235 235 235 / 64%);
271271
font-size: 1rem;
272272
background: #181818;
273-
transition:
274-
color 0.5s,
275-
background-color 0.5s;
276-
will-change: color, background-color;
277273
-webkit-font-smoothing: antialiased;
278274
-moz-osx-font-smoothing: grayscale;
279275
}

0 commit comments

Comments
 (0)