From 63a111cf4b997cf6d3e143d9e587af10d0e86017 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Tue, 20 Dec 2022 21:40:22 -0500 Subject: [PATCH] new index --- index.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 224c490..c4ffda0 100644 --- a/index.css +++ b/index.css @@ -43,8 +43,19 @@ figure figcaption { details { margin-bottom: 1em; + max-width: 320px; } details[open] { - max-width: 32em; + max-width: 320px; +} + +details summary { + color: white; + font-style: italic; + margin-bottom: 1em; +} + +details { + color: white; } \ No newline at end of file