boredbutton3

Log | Files | Refs | README

commit b6ac126048e5c9f6ed9ff771e629b217f44ddcdf
parent fb198d6d2c22581960e98f9c8c45606df50e01cb
Author: Francisco Boudagh <franciscoboudagh1@gmail.com>
Date:   Sun, 19 Dec 2021 21:44:17 +0100

Added cursor to button

Diffstat:
Mstyle.css | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/style.css b/style.css @@ -96,6 +96,7 @@ footer{ border-radius: 50%; transition: 0.7s; z-index: 2; + cursor: pointer; } #button:before { @@ -121,17 +122,14 @@ footer{ #button:active:after { background: #3F617C; opacity: 1; - } #button:hover { opacity: 0.95; - } #button:hover:before { opacity: 0.95; - } #button:after {