From e5046e24e1d5aac5a048a5f585bf643419c23b20 Mon Sep 17 00:00:00 2001 From: tmont Date: Sun, 17 May 2020 13:30:19 -0700 Subject: [PATCH] hide tooltip by default --- tmpl/master.pug | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmpl/master.pug b/tmpl/master.pug index 276cf18..18ee988 100644 --- a/tmpl/master.pug +++ b/tmpl/master.pug @@ -33,6 +33,9 @@ html } #hero-tooltip { position: absolute; + top: 0; + left: 0; + opacity: 0; pointer-events: none; background-image: linear-gradient(to bottom, rgba(52, 52, 52, 0.75), rgba(24, 24, 24, 0.75)); color: white;