From f1dfe2e21bc5cddc1f77955eff658553bb9dc17f Mon Sep 17 00:00:00 2001 From: Cryptkeeper! Date: Sun, 12 Mar 2017 11:29:50 -0500 Subject: [PATCH] Add hover effect to percentage bar sections --- assets/css/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/main.css b/assets/css/main.css index 27c9e39..28f0d48 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -265,3 +265,9 @@ h3 { display: inline-block; position: absolute; } + +#perc-bar > .perc-bar-part:hover { + opacity: 0.75; + margin-top: -5px; + transition: 0.2s all; +}