mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2024-11-26 18:30:28 +00:00
Fix typo: dribbble → dribble
seems like nobody uses it anyways
This commit is contained in:
parent
438710da82
commit
4c3ada478a
@ -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
|
||||
|
||||
|
@ -220,7 +220,7 @@ body:hover .visually-hidden button {
|
||||
color: $bitbucket-color;
|
||||
}
|
||||
|
||||
.fa-dribbble,
|
||||
.fa-dribble,
|
||||
.fa-dribble-square {
|
||||
color: $dribbble-color;
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user