We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7231edd commit c7e8c5cCopy full SHA for c7e8c5c
projects/demo/src/app/app.css
@@ -49,7 +49,7 @@ body {
49
sans-serif;
50
background-color: var(--bg-primary);
51
color: var(--text-primary);
52
- transition: var(--transition);
+ /* transition: var(--transition); */
53
}
54
55
/* App container */
@@ -341,8 +341,3 @@ section h3 {
341
gap: 1rem;
342
343
344
-
345
-/* Smooth transitions for theme changes */
346
-* {
347
- transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
348
-}
0 commit comments