From b0051e712cb8d18fe4cc4cc2c3cc98654473f9c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Tue, 11 Jan 2022 09:02:09 +0100 Subject: [PATCH 1/2] Tweak look of blog expandable lists --- guide.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/guide.css b/guide.css index 5f22e00..41033ad 100644 --- a/guide.css +++ b/guide.css @@ -30,3 +30,12 @@ img { max-width: 100%; } +summary { + color: #1F58A3; + font-weight: bold; +} + +summary:hover { + color: #133563; + text-decoration: underline; +} From b80e0b5c9546bc1cb58caa627efaef9b0cb9d62a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Wed, 12 Jan 2022 07:10:56 +0100 Subject: [PATCH 2/2] Update guide.css --- guide.css | 1 + 1 file changed, 1 insertion(+) diff --git a/guide.css b/guide.css index 41033ad..0684081 100644 --- a/guide.css +++ b/guide.css @@ -33,6 +33,7 @@ img { summary { color: #1F58A3; font-weight: bold; + list-style: none; } summary:hover {