Skip to content

Commit f80cec3

Browse files
committed
add placeholder text color
1 parent 6cb4e40 commit f80cec3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,11 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
979979

980980
/* begin stel commits */
981981

982+
/* placeholder text */
983+
::placeholder {
984+
color: var(--txt-3)!important;
985+
}
986+
982987
/* modal */
983988
[class^='footerSeparator_f9a4c9'] {
984989
box-shadow: none /* remove top border of footer */

0 commit comments

Comments
 (0)