diff --git a/gray-theme/unauthenticated/gray-theme.css b/gray-theme/unauthenticated/gray-theme.css index b9708b974..ad2b2fb08 100644 --- a/gray-theme/unauthenticated/gray-theme.css +++ b/gray-theme/unauthenticated/gray-theme.css @@ -505,6 +505,10 @@ details.inline.fit > summary + span { display: inline-block; } +details summary { + cursor: pointer; +} + [data-second-print]:has(details) + br:has(+[data-x-br]) { display: none; }