summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2022-08-07 21:42:49 +0200
committerTom Smeding <tom@tomsmeding.com>2022-08-07 21:42:58 +0200
commit359be76e85326ab2efcc17daed5ff944d75afed7 (patch)
tree3ab89df1f1b904262084a3d9342dadaa838c4660
parent10262b3a55e0d7c73264aae8962c6da6c991aec9 (diff)
index: Pointer cursor on <summary>
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index 81edc2f..c5118e6 100644
--- a/index.html
+++ b/index.html
@@ -50,6 +50,9 @@ div.main-content {
display: inline-block;
max-width: 800px;
}
+summary {
+ cursor: pointer;
+}
#pubs-ul {
text-align: left;
}