From 4c3ada478a2e3ff5becbd08e20aef219473b335e Mon Sep 17 00:00:00 2001 From: iBug Date: Mon, 6 May 2024 21:22:06 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20dribbble=20=E2=86=92=20dribble?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit seems like nobody uses it anyways --- CHANGELOG.md | 1 + _sass/minimal-mistakes/_utilities.scss | 2 +- docs/_docs/18-history.md | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c979133a..4d3b7584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Bug Fixes - Disable copy button on invalid syntax highlighting blocks to avoid positioning issues. +- Fix typo for `fa-dribble` in `_utilities.scss`. ### Enhancements diff --git a/_sass/minimal-mistakes/_utilities.scss b/_sass/minimal-mistakes/_utilities.scss index 856d9fc2..c82ac0e5 100644 --- a/_sass/minimal-mistakes/_utilities.scss +++ b/_sass/minimal-mistakes/_utilities.scss @@ -220,7 +220,7 @@ body:hover .visually-hidden button { color: $bitbucket-color; } - .fa-dribbble, + .fa-dribble, .fa-dribble-square { color: $dribbble-color; } diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 7bc8f3b3..3f740e9e 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -5,7 +5,7 @@ permalink: "/docs/history/" excerpt: Change log of enhancements and bug fixes made to the theme. sidebar: nav: docs -last_modified_at: '2024-05-06T21:15:29+08:00' +last_modified_at: '2024-05-06T21:22:05+08:00' toc: false --- @@ -20,6 +20,7 @@ toc: false ### Bug Fixes - Disable copy button on invalid syntax highlighting blocks to avoid positioning issues. +- Fix typo for `fa-dribble` in `_utilities.scss`. ### Enhancements