Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Nov 9, 2020
1 parent 9636fac commit 098a464
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,12 @@ exports[`server utils autoprefix css 1`] = `
.hljs .comment {
opacity: 0.7;
}
::-webkit-input-placeholder {
color: gray;
}
::-moz-placeholder {
color: gray;
}
:-ms-input-placeholder {
color: gray;
}
::-ms-input-placeholder {
color: gray;
}
::placeholder {
color: gray;
}
Expand Down

0 comments on commit 098a464

Please sign in to comment.