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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2019-06-26 16:01:30 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2019-06-26 16:01:30 +0300
commite6bba0d847ec1c83b7124c3cb260f84500bc5e2e (patch)
tree8da989dbada095e6d33daabab4df08ebbfc75a9c /css
parent43e3c78946bc70fbda7f9c74a30b962644bbb5aa (diff)
Adjust blockquote color to grey
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rw-r--r--css/prosemirror.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/prosemirror.scss b/css/prosemirror.scss
index 94e97e4db..69d3f71da 100644
--- a/css/prosemirror.scss
+++ b/css/prosemirror.scss
@@ -123,6 +123,7 @@
blockquote {
padding-left: 1em;
border-left: 4px solid var(--color-primary);
+ color: var(--color-text-maxcontrast);
margin-left: 0;
margin-right: 0;
}