summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/generic/typography.scss1
-rw-r--r--app/assets/stylesheets/main/mixins.scss6
2 files changed, 4 insertions, 3 deletions
diff --git a/app/assets/stylesheets/generic/typography.scss b/app/assets/stylesheets/generic/typography.scss
index 4ab83786b50..9aa819d40fc 100644
--- a/app/assets/stylesheets/generic/typography.scss
+++ b/app/assets/stylesheets/generic/typography.scss
@@ -14,6 +14,7 @@ h2.page-title {
h3.page-title {
@include page-title;
+ font-size: 22px;
}
h6 {
diff --git a/app/assets/stylesheets/main/mixins.scss b/app/assets/stylesheets/main/mixins.scss
index 747676620b3..289490712b6 100644
--- a/app/assets/stylesheets/main/mixins.scss
+++ b/app/assets/stylesheets/main/mixins.scss
@@ -117,11 +117,11 @@
}
@mixin page-title {
- color: #333;
- font-size: 20px;
+ color: #555;
line-height: 1.5;
+ font-weight: normal;
margin-top: 0px;
- margin-bottom: 15px;
+ margin-bottom: 10px;
}
@mixin str-truncated($max_width: "82%") {