commit 8da1f918a1b87dda39db426b72dab71cf816b6de from: Omar Polo date: Tue Apr 04 14:56:15 2023 UTC tweak summary appearance commit - afe95dd5fb3c5bd7274b5482fba4c4625fe34c05 commit + 8da1f918a1b87dda39db426b72dab71cf816b6de blob - af9c34afb9d3856d82359d69643eb742963bfddc blob + f649383462eabfc4dce6458a3d315078edca16e8 --- style.css +++ style.css @@ -49,6 +49,11 @@ h1 { margin: 0 0 1rem 0; } +summary { + cursor: pointer; + user-select: none; +} + form { text-align: center; }