Skip to content

Commit c71b591

Browse files
committed
feat: change color of placeholders
1 parent 40f2736 commit c71b591

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles.scss

+4
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ button.clndr {
225225
box-shadow: none;
226226
}
227227

228+
input::placeholder, textarea::placeholder {
229+
color: #929aa8 !important;
230+
}
231+
228232
.form-control:focus {
229233
color: var(--bs-body-color);
230234
background-color: var(--bs-body-bg);

0 commit comments

Comments
 (0)