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 756a7ba commit 9accde5Copy full SHA for 9accde5
src/Main.svelte
@@ -117,10 +117,7 @@
117
.logo-text-header {
118
font-size: 1.25rem;
119
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;
+ color: #1a1a1a;
124
}
125
126
.tabs {
@@ -137,18 +134,15 @@
137
134
font-weight: 500;
138
135
font-size: 0.9375rem;
139
136
cursor: pointer;
140
- border-radius: 6px;
141
transition: all 0.2s ease;
142
143
144
.tab:hover {
145
color: #1a1a1a;
146
- background-color: #f3f4f6;
147
148
149
.tab.active {
150
151
152
153
154
.nav-links {
0 commit comments