From ff2fc464c3c8a9bc33985b6fc2c0b830895f5a89 Mon Sep 17 00:00:00 2001 From: Kev Quirk Date: Mon, 17 Jan 2022 09:17:58 +0000 Subject: [PATCH] Changed button hover effect from opacity to brightness. #53 --- package.json | 2 +- simple.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }