summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-27 23:36:04 -0400
committerpommicket <pommicket@gmail.com>2023-07-27 23:40:25 -0400
commitaa7193feca1bafcb30d4c4e56a6e5693846b5c29 (patch)
tree307c30526cfffb016793d8c720ce993e59b9fd5c /index.html
parenta45f81492924f420a2e7c231dc09deb8ccecf9d0 (diff)
more waves, staircase
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
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;
+ }
</style>
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1" name="viewport">