Skip to content

Commit

Permalink
v1.3.0 - Improve README images
Browse files Browse the repository at this point in the history
  • Loading branch information
robole committed Nov 8, 2023
1 parent cbe6d40 commit b01d5ad
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0] - 2023-11-08

### Changed

- Change `:focus` outline color to pink in *styles.css*.
- Redo *action-highlight.webp* to be more apparent with transparent background.
- Redo *add-command.webp* to be shorter and more compact to improve readability in README.

## [1.2.0] - 2023-11-08

### Changed
Expand Down
Binary file added img/screenshots/action-highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/screenshots/action-highlight.webp
Binary file not shown.
Binary file modified img/screenshots/add-command.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/view/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
}

:focus-visible {
outline: orange dotted 0.25rem;
outline: hsl(333, 100%, 60%) solid 0.25rem;
}

body {
Expand Down

0 comments on commit b01d5ad

Please sign in to comment.