aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PreviewCursor.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-09-22 12:43:28 -0400
committerbobzel <zzzman@gmail.com>2021-09-22 12:43:28 -0400
commitc5dff2f99eeee744c7be903a7127b283b8c7fbf8 (patch)
tree67a37c8755278a759d6cdad29dafddf7bf8ae9b8 /src/client/views/PreviewCursor.scss
parent13ec8c89d7fb809a9ceefa3c25e332b0f4457593 (diff)
fixed problem with fontsize corruption. fixed showing correct font size when creating a new empty document with storedMarks. fixed color of previewcursor in dark 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