aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PreviewCursor.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/PreviewCursor.scss')
-rw-r--r--src/client/views/PreviewCursor.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/views/PreviewCursor.scss b/src/client/views/PreviewCursor.scss
index de9bd69c4..60b7d14a0 100644
--- a/src/client/views/PreviewCursor.scss
+++ b/src/client/views/PreviewCursor.scss
@@ -1,4 +1,5 @@
+.previewCursor-Dark,
.previewCursor {
color: black;
position: absolute;
@@ -8,4 +9,8 @@
pointer-events: none;
opacity: 1;
z-index: 1001;
+}
+
+.previewCursor-Dark {
+ color: white;
} \ No newline at end of file