+
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 {