From aa7193feca1bafcb30d4c4e56a6e5693846b5c29 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 27 Jul 2023 23:36:04 -0400 Subject: more waves, staircase --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index cb9f536..e3b344b 100644 --- a/index.html +++ b/index.html @@ -101,7 +101,7 @@ .in select { width: 5em; } - .entry, .widget-name { + .entry[contenteditable], .widget-name { min-width: 1em; border-bottom: 2px solid #fff4; cursor: text; @@ -169,6 +169,9 @@ padding-bottom: 0.3em; border-bottom: 2px solid white; } + summary { + cursor: pointer; + } -- cgit v1.2.3