From fb0164b0ca499a06f326131c2426be6fb91f1949 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 8 Aug 2017 15:15:57 -0400 Subject: [PATCH] Increase font-size of code blocks. --- CHANGELOG.md | 1 + _sass/minimal-mistakes/_syntax.scss | 2 +- docs/_docs/18-history.md | 3 ++- docs/_sass/minimal-mistakes/_syntax.scss | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56f8cdbf..b2e6dcb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Add Greek localized UI text strings. [#1159](https://github.com/mmistakes/minimal-mistakes/pull/1159) - Remove blank YAML Front Matter from JavaScript banner. [#1158](https://github.com/mmistakes/minimal-mistakes/issues/1158) - Improve `page` and `archive` layouts to visually center main content and harmonize sidebar widths and placement. [#1166](https://github.com/mmistakes/minimal-mistakes/pull/1166) +- Increase font-size of code blocks. ### Maintenance diff --git a/_sass/minimal-mistakes/_syntax.scss b/_sass/minimal-mistakes/_syntax.scss index 68992e34..089c2467 100644 --- a/_sass/minimal-mistakes/_syntax.scss +++ b/_sass/minimal-mistakes/_syntax.scss @@ -7,7 +7,7 @@ figure.highlight { position: relative; margin-bottom: 1em; font-family: $monospace; - font-size: $type-size-7; + font-size: $type-size-6; line-height: 1.8; border: 1px solid $border-color; border-radius: $border-radius; diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 8c61d9e0..360026df 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -4,7 +4,7 @@ permalink: /docs/history/ excerpt: "Change log of enhancements and bug fixes made to the theme." sidebar: nav: docs -last_modified_at: 2017-08-08T15:12:47-04:00 +last_modified_at: 2017-08-08T15:15:38-04:00 --- ## Unreleased @@ -14,6 +14,7 @@ last_modified_at: 2017-08-08T15:12:47-04:00 - Add Greek localized UI text strings. [#1159](https://github.com/mmistakes/minimal-mistakes/pull/1159) - Remove blank YAML Front Matter from JavaScript banner. [#1158](https://github.com/mmistakes/minimal-mistakes/issues/1158) - Improve `page` and `archive` layouts to visually center main content and harmonize sidebar widths and placement. [#1166](https://github.com/mmistakes/minimal-mistakes/pull/1166) +- Increase font-size of code blocks. ### Maintenance diff --git a/docs/_sass/minimal-mistakes/_syntax.scss b/docs/_sass/minimal-mistakes/_syntax.scss index 68992e34..089c2467 100644 --- a/docs/_sass/minimal-mistakes/_syntax.scss +++ b/docs/_sass/minimal-mistakes/_syntax.scss @@ -7,7 +7,7 @@ figure.highlight { position: relative; margin-bottom: 1em; font-family: $monospace; - font-size: $type-size-7; + font-size: $type-size-6; line-height: 1.8; border: 1px solid $border-color; border-radius: $border-radius;