Skip to content

Commit 49c40c9

Browse files
committed
updated styles 2
1 parent 0a23a53 commit 49c40c9

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

frontend/src/routes/Editor.svelte

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,14 +1009,6 @@
10091009
z-index: 10;
10101010
}
10111011
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-
10201012
.editor-controls .btn {
10211013
@apply flex-shrink-0;
10221014
}

frontend/src/routes/Home.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@
121121
/* Feature card enhancements */
122122
.feature-card {
123123
position: relative;
124-
background: theme('colors.bg.alt');
124+
background: theme('colors.bg-alt');
125125
backdrop-filter: blur(10px);
126126
}
127127
128128
.dark .feature-card {
129-
background: theme('colors.dark.bg.alt');
129+
background: theme('colors.dark-bg-alt');
130130
}
131131
132132
.feature-card::before {

0 commit comments

Comments
 (0)