hscc

Soure code of <https://hugo.soucy.cc>.
git clone git://soucy.cc/hscc.git
Log | Files | Refs

commit 5dc281e0bd2d8c4ea2f35d64125b293410b2ab1d
parent e3a953acb58ae22d2541e9def7e60f7af1112e0a
Author: Hugo Soucy <hugo@soucy.cc>
Date:   Fri,  1 Oct 2021 19:06:33 -0400

Add rules for details and summary

Diffstat:
Msrc/css/global/base.css | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/css/global/base.css b/src/css/global/base.css @@ -43,6 +43,7 @@ body { margin-top: 0 !important; } +details, footer, header, main, @@ -155,3 +156,7 @@ th { tr :first-child { text-align: left; } + +summary { + cursor: pointer; +}