Make editor variables more prominent

This commit is contained in:
Gregory Schier
2024-02-11 14:16:25 -08:00
parent 17432fca29
commit d43e045f25

View File

@@ -52,10 +52,10 @@
} }
.placeholder-widget { .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 */ /* 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 */ /* Bring above on hover */
@apply hover:z-10 relative; @apply hover:z-10 relative;