boredbutton3

Log | Files | Refs | README

commit 407852fbb2697014e9e27bacd43befc33b8c516c
parent 624ce6fb5ecbc88676af0081aee5e0bb0ef2a47d
Author: Francisco Boudagh <franciscoboudagh1@gmail.com>
Date:   Mon, 20 Dec 2021 12:50:48 +0100

Merge branch 'main' of https://github.com/LindholmLabs/boredbutton3

Diffstat:
Mstyle.css | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -65,10 +65,14 @@ canvas{ font-size: 1.8em; font-family: krublight; z-index: 10; + border-radius: 5px; + transition: background-color 1s, box-shadow 1s; } #fact_text:hover { - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(242, 242, 242, 0.7); + box-shadow: 0 0 20px rgba(242, 242, 242, 0.9); + } @keyframes appear {