make focused element visible

This commit is contained in:
Rhiannon Morris 2020-08-03 23:06:19 +02:00
parent c2a0ca6680
commit 1b7f8e9af3
5 changed files with 34 additions and 3 deletions

View file

@ -92,7 +92,7 @@ make' nsfw dir info@(Info {date, title, artist}) = [b|@0
makePrefetch (Image {path}) = [b|<link rel=prefetch href=$@path>|]
warning' = ifJust (#warning image0) \w -> [b|@4
<figcaption id=cw>
<figcaption id=cw aria-role=button tabindex=0>
<span id=cw-text>cw: <b>$*w</b></span>
</figcaption>
|]