From 2771bd96120357c265138c24f458da7f77f16626 Mon Sep 17 00:00:00 2001 From: MathiasDPX Date: Thu, 17 Apr 2025 18:51:17 +0200 Subject: [PATCH] change summary cursor to pointer --- static/typography.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/typography.css b/static/typography.css index a1f3935..7effbb1 100644 --- a/static/typography.css +++ b/static/typography.css @@ -57,6 +57,7 @@ time { } #main details summary { + cursor: pointer; font-family: "Montserrat", sans-serif; font-weight: 500; padding-bottom: 0.25em;