diff --git a/app/assets/stylesheets/comments.css b/app/assets/stylesheets/comments.css index 52ca936d7..2a8021515 100644 --- a/app/assets/stylesheets/comments.css +++ b/app/assets/stylesheets/comments.css @@ -55,6 +55,17 @@ .comment__author { flex-direction: row-reverse; } + + .input { + &::placeholder { + color: var(--color-ink); + opacity: 0.5; + } + + &::selection { + background-color: var(--color-selected-dark); + } + } } .comment__timestamp {