quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit d1bb30e34590da54533eda6c56ad9482a734554d
parent 25e1ca957fc1465fb3223d4a9f355c268dfd2844
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat, 16 Jan 2021 23:08:36 +0100

Add cursor hints near togglable menus

Not that we should see a cursor on mobile, maybe people who zoom in a
lot would appreciate that.

Diffstat:
Mcommun.css | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/commun.css b/commun.css @@ -246,6 +246,7 @@ footer.legal { height: var(--height); margin: 0; opacity: 0; + cursor: pointer; } .togglable > img.button.open { grid-column: 1; @@ -273,6 +274,7 @@ footer.legal { height: 100%; display: flex; align-items: center; + cursor: pointer; } .togglable > .content { display: block;