commit 60a00f7aaf741bca71c4f62d19bb7944da42ece9 parent b39da24b881ea34195bf8bae3edc47b3348ff59b Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Thu, 2 Jan 2020 22:59:05 -0600 Specify placeholder text color for comment form Diffstat:
M | layouts/partials/css/isso.css | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/layouts/partials/css/isso.css b/layouts/partials/css/isso.css @@ -84,3 +84,6 @@ border: 0; border-radius: 0; } +::placeholder { + color: var(--text-color); +}