From 643f5e7f26218124d98d4317811a8619898cb857 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 11 Feb 2024 14:16:25 -0800 Subject: [PATCH] Make editor variables more prominent --- src-web/components/core/Editor/Editor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-web/components/core/Editor/Editor.css b/src-web/components/core/Editor/Editor.css index 883144ec..7ee46744 100644 --- a/src-web/components/core/Editor/Editor.css +++ b/src-web/components/core/Editor/Editor.css @@ -52,10 +52,10 @@ } .placeholder-widget { - @apply text-xs text-gray-800 dark:text-gray-900 px-1 rounded cursor-default dark:shadow; + @apply text-xs text-violet-700 dark:text-violet-800 px-1 rounded cursor-default dark:shadow; /* NOTE: Background and border are translucent so we can see text selection through it */ - @apply bg-gray-300/40 border border-gray-300 border-opacity-40; + @apply bg-violet-400/30 border border-violet-500/20 border-opacity-40; /* Bring above on hover */ @apply hover:z-10 relative;