Skip to content

Commit 9accde5

Browse files
committed
fix main
1 parent 756a7ba commit 9accde5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/Main.svelte

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,7 @@
117117
.logo-text-header {
118118
font-size: 1.25rem;
119119
font-weight: 700;
120-
background: linear-gradient(135deg, var(--litellm-primary) 0%, var(--litellm-purple) 100%);
121-
-webkit-background-clip: text;
122-
-webkit-text-fill-color: transparent;
123-
background-clip: text;
120+
color: #1a1a1a;
124121
}
125122
126123
.tabs {
@@ -137,18 +134,15 @@
137134
font-weight: 500;
138135
font-size: 0.9375rem;
139136
cursor: pointer;
140-
border-radius: 6px;
141137
transition: all 0.2s ease;
142138
}
143139
144140
.tab:hover {
145141
color: #1a1a1a;
146-
background-color: #f3f4f6;
147142
}
148143
149144
.tab.active {
150145
color: #1a1a1a;
151-
background-color: #f3f4f6;
152146
}
153147
154148
.nav-links {

0 commit comments

Comments
 (0)