diff --git a/package.json b/package.json index 6e13ea4..f562235 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/simple.css b/simple.css index 7830495..b0f123e 100644 --- a/simple.css +++ b/simple.css @@ -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; }