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); }