Skip to content

Commit

Permalink
Changed button hover effect from opacity to brightness. #53
Browse files Browse the repository at this point in the history
  • Loading branch information
kevquirk committed Jan 17, 2022
1 parent e2780a3 commit ff2fc46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simpledotcss",
"version": "1.1.1",
"version": "1.1.2",
"description": "Simple.css is a classless CSS template that allows you to make a good looking website really quickly.",
"main": "simple.css",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ input[type="checkbox"]:focus,
input[type="checkbox"]:enabled:hover,
input[type="radio"]:focus,
input[type="radio"]:enabled:hover {
opacity: 0.8;
filter: brightness(1.4);
cursor: pointer;
}

Expand Down

0 comments on commit ff2fc46

Please sign in to comment.