Skip to content

Commit

Permalink
1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmielnik committed Jun 25, 2020
1 parent 2007c13 commit c65e720
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cv",
"version": "1.7.2",
"version": "1.7.3",
"description": "Kamil Mielnik's Curriculum Vitae",
"engines": {
"node": ">=12.4.0"
Expand Down
4 changes: 4 additions & 0 deletions src/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ $border-radius: 4px;
border: 1px solid $shade-50;
outline: none;
cursor: pointer;

&:hover {
border-color: $shade-0;
}
}

@mixin focus-effect {
Expand Down

0 comments on commit c65e720

Please sign in to comment.