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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/assets/stylesheets/_variables.scss1
-rw-r--r--content/assets/stylesheets/stylesheet.scss4
2 files changed, 3 insertions, 2 deletions
diff --git a/content/assets/stylesheets/_variables.scss b/content/assets/stylesheets/_variables.scss
index 074e9da8..1232c71b 100644
--- a/content/assets/stylesheets/_variables.scss
+++ b/content/assets/stylesheets/_variables.scss
@@ -7,6 +7,7 @@ $border-radius: 3px;
// Fonts
$mono-font-family: "Menlo", "Liberation Mono", "Consolas", "DejaVu Sans Mono", "Ubuntu Mono", "Courier New", "Andale Mono", "Lucida Console", monospace;
$sans-font-family: "Open Sans", "Source Sans Pro", sans-serif;
+$body-font-size: 15px;
// Link colors
$link-color: #3084bb;
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index a434e629..9ae7b5b5 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -15,7 +15,7 @@ body {
padding: 0;
line-height: 1.6;
font-family: $sans-font-family;
- font-size: 15px;
+ font-size: $body-font-size;
}
a, a:visited {
@@ -65,7 +65,7 @@ blockquote {
background-color: $blockquote-background-color;
margin: 20px 0;
padding: 10px 20px;
- font-size: 16px;
+ font-size: $body-font-size;
.highlight {
background-color: $white;