From 90bcf45b7bbfcd6dd3d5f98e490ee02ad19665f5 Mon Sep 17 00:00:00 2001 From: Sine Jespersen Date: Wed, 14 May 2025 10:24:09 +0200 Subject: [PATCH] placeholder contrast changed --- src/app.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 5cfdd8df0..b9c8752a2 100644 --- a/src/app.css +++ b/src/app.css @@ -314,7 +314,9 @@ input[type='number'] { .ProseMirror p.is-editor-empty:first-child::before { content: attr(data-placeholder); float: left; - color: #adb5bd; + /* Below color is from tailwind, and has the proper contrast + text-gray-600 from: https://tailwindcss.com/docs/color */ + color: #676767; pointer-events: none; @apply line-clamp-1 absolute;