Skip to content

Commit 7d35300

Browse files
fern-supportKapil Gowru
and
Kapil Gowru
authored
fix: removeed unused css (VapiAI#239)
Co-authored-by: Kapil Gowru <[email protected]>
1 parent da35944 commit 7d35300

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

fern/assets/styles.css

-17
Original file line numberDiff line numberDiff line change
@@ -155,20 +155,3 @@
155155
.fern-theme-default.fern-container .fern-sidebar-container {
156156
background-color: light-dark(#fffaea, #0e0e13);
157157
}
158-
159-
/* BUTTONS */
160-
.fern-button:not([disabled]).filled.primary {
161-
background-color: light-dark(#09090b, #fffaea);
162-
}
163-
164-
.fern-button.filled.primary .fern-button-text {
165-
color: light-dark(#ffffff, #09090b);
166-
}
167-
168-
.fern-button.filled.primary:not([disabled]) .fa-icon {
169-
background-color: light-dark(#ffffff, #09090b);
170-
}
171-
172-
.fern-button:not([disabled]).filled.primary:hover {
173-
background-color: light-dark(#09090b, #fffaea);
174-
}

0 commit comments

Comments
 (0)