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