From 97ec7802ed549222ec83c389e45c0c1305179b0d Mon Sep 17 00:00:00 2001 From: julian laplace Date: Wed, 26 Oct 2022 17:42:25 +0200 Subject: hootstream opacity --- public/assets/css/hootstream.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index ee9e370..0e00105 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -43,6 +43,10 @@ } #hootevents .hootText { max-width: 60rem; + transition: opacity 0.2s; +} +.hoot:hover > .text { + opacity: 1 !important; } /** metadata */ -- cgit v1.2.3-70-g09d2