diff --git a/renderer/components/ImageOptions.tsx b/renderer/components/ImageOptions.tsx index ef28513..61c26bb 100644 --- a/renderer/components/ImageOptions.tsx +++ b/renderer/components/ImageOptions.tsx @@ -20,9 +20,9 @@ const ImageOptions = ({ }, []); return ( -
+
-
+
Show/Hide Image Settings
diff --git a/renderer/styles/globals.css b/renderer/styles/globals.css index 22a6fac..3107142 100644 --- a/renderer/styles/globals.css +++ b/renderer/styles/globals.css @@ -118,6 +118,15 @@ .react-select-container .react-select__option--is-selected { @apply bg-accent; } + + .outline-title { + text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5), + -1px -1px 0 rgba(255, 255, 255, 0.5), 1px -1px 0 rgba(255, 255, 255, 0.5), + -1px 1px 0 rgba(255, 255, 255, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.5); + } + .outline-title-none { + text-shadow: none; + } } .zoom-100 {