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 0a23a53 commit 49c40c9Copy full SHA for 49c40c9
frontend/src/routes/Editor.svelte
@@ -1009,14 +1009,6 @@
1009
z-index: 10;
1010
}
1011
1012
- .select-sm {
1013
- @apply !text-xs !py-1.5 pl-2 pr-8;
1014
- }
1015
-
1016
- .input-sm {
1017
- @apply !text-xs !py-1.5 px-2;
1018
1019
1020
.editor-controls .btn {
1021
@apply flex-shrink-0;
1022
frontend/src/routes/Home.svelte
@@ -121,12 +121,12 @@
121
/* Feature card enhancements */
122
.feature-card {
123
position: relative;
124
- background: theme('colors.bg.alt');
+ background: theme('colors.bg-alt');
125
backdrop-filter: blur(10px);
126
127
128
.dark .feature-card {
129
- background: theme('colors.dark.bg.alt');
+ background: theme('colors.dark-bg-alt');
130
131
132
.feature-card::before {
0 commit comments