diff options
Diffstat (limited to 'public/assets/css/hootstream.css')
| -rw-r--r-- | public/assets/css/hootstream.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |
