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-13 01:09:56 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2019-06-13 01:11:32 +0300
commitf47a12bcad2165b9f2034db668b5732d4765084e (patch)
tree9f814799e1e27e486da601f0ea0117192df71e20 /css
parent1d358878efc83bce1fd04b5ecb657134135554c4 (diff)
Adjust heading design and rhythm
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rw-r--r--css/prosemirror.scss16
1 files changed, 9 insertions, 7 deletions
diff --git a/css/prosemirror.scss b/css/prosemirror.scss
index c0200af46..7b96cc311 100644
--- a/css/prosemirror.scss
+++ b/css/prosemirror.scss
@@ -38,19 +38,19 @@
}
.ProseMirror h1 {
- font-size: 24px;
+ font-size: 36px;
}
.ProseMirror h2 {
- font-size: 22px;
+ font-size: 28px;
}
.ProseMirror h3 {
- font-size: 20px;
+ font-size: 24px;
}
.ProseMirror h4 {
- font-size: 18px;
+ font-size: 21px;
}
.ProseMirror h5 {
- font-size: 16px;
+ font-size: 17px;
}
.ProseMirror h6 {
font-size: 14px;
@@ -62,8 +62,10 @@
.ProseMirror h5,
.ProseMirror h6 {
font-weight: 600;
- margin-top: 10px;
- margin-bottom: 20px;
+ line-height: 120%;
+ margin-top: 24px;
+ margin-bottom: 12px;
+ color: var(--color-main-text);
}
.ProseMirror img {