Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/style.scss b/css/style.scss
index b5923a2ca..ba720d3eb 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -2,9 +2,9 @@
position: absolute;
}
-.ProseMirror-hideselection *::selection { background: transparent; }
-.ProseMirror-hideselection *::-moz-selection { background: transparent; }
-.ProseMirror-hideselection { caret-color: transparent; }
+.ProseMirror-hideselection *::selection { background: transparent; color: var(--color-main-text); }
+.ProseMirror-hideselection *::-moz-selection { background: transparent; color: var(--color-main-text); }
+.ProseMirror-hideselection { caret-color: transparent; color: var(--color-main-text); }
.ProseMirror-selectednode {
outline: 2px solid #8cf;