From ee4c0673e7cbd43bb8f35afcde122b0b13da25e4 Mon Sep 17 00:00:00 2001 From: WhiteNoiseDev Date: Tue, 30 Jun 2020 23:15:48 -0400 Subject: [PATCH] Fixed textarea placeholder --- README.md | 3 +++ monokai.css | 1 + 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 2db3789..d4f2ff2 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ Much of the credit for this theme goes to @Jevgeni for the initial work # Changelog +## current +- fixed more placeholder text + ## 0.4.3 - fixed text placeholder - yellow breadcrumb in search diff --git a/monokai.css b/monokai.css index 3f98b89..fe71c75 100644 --- a/monokai.css +++ b/monokai.css @@ -71,6 +71,7 @@ select { border-color: var(--gray-6); border-radius: none; } +textarea::placeholder, input::placeholder{ color: var(--gray-3); }