From 2a5902ab7fea005c38eac66c96b7a9510df4158f Mon Sep 17 00:00:00 2001 From: sjkillen Date: Wed, 5 Aug 2026 09:55:52 -0600 Subject: [PATCH] Add style --- www/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/www/style.css b/www/style.css index a1bfe2f..595b6e7 100644 --- a/www/style.css +++ b/www/style.css @@ -14,3 +14,17 @@ body { width: 100%; background-color: papayawhip; } + +summary { + background: limegreen; + padding: 2px 5px 7px; +} + +summary:hover { + cursor: pointer; +} + +details[open] { + background: lightgreen; + padding: 0 0 5px; +} \ No newline at end of file