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

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEspina2 <expina2@hotmail.com>2017-01-26 12:52:49 +0300
committerEspina2 <expina2@hotmail.com>2017-01-26 12:52:49 +0300
commitad225da00cd15f809b05241871cb78084a156511 (patch)
tree79c5ccf55c4810ffa20cca2220c33fe4fe564758 /assets/css/modules/typography.scss
parenta8754638d97efd22b68e5ce2d79da4c6a20c13ba (diff)
more fixes to enterprise page
Diffstat (limited to 'assets/css/modules/typography.scss')
-rw-r--r--assets/css/modules/typography.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/assets/css/modules/typography.scss b/assets/css/modules/typography.scss
index 10fb118b..e185176d 100644
--- a/assets/css/modules/typography.scss
+++ b/assets/css/modules/typography.scss
@@ -21,6 +21,7 @@
font-size: ms(0);
color: white;
line-height: 1.6;
+ font-weight: 500;
@media (max-width $break-small) {
font-size: ms(0, 16px)
@@ -65,9 +66,9 @@
@include modifier(paragraph) {
font-size: ms(0);
- font-weight: 300;
+ font-weight: 400;
line-height: 1.5;
- color: #434343;
+ color: $medium-grey;
}
}
@@ -109,7 +110,7 @@ h3 {
}
h4 {
- font-size: 19px;
+ font-size: 18px;
font-weight: bold;
line-height: 1.36;
color: #555;