Skip to content

Commit 7a3b38c

Browse files
committed
fix(style): 🐛 remove transitions global style (easy-temps#23)
1 parent bab35d5 commit 7a3b38c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app.less

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@
1313
&,
1414
* {
1515
color-scheme: dark !important;
16-
transition: background-color 300ms;
1716
}
1817
}
1918

2019
[data-theme='light'] {
2120
&,
2221
* {
2322
color-scheme: light !important;
24-
transition: background-color 300ms;
2523
}
2624

2725
body {

0 commit comments

Comments
 (0)