diff options
author | Tom Smeding <tom@tomsmeding.com> | 2022-08-07 21:42:49 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2022-08-07 21:42:58 +0200 |
commit | 359be76e85326ab2efcc17daed5ff944d75afed7 (patch) | |
tree | 3ab89df1f1b904262084a3d9342dadaa838c4660 /index.html | |
parent | 10262b3a55e0d7c73264aae8962c6da6c991aec9 (diff) |
index: Pointer cursor on <summary>
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ div.main-content { display: inline-block; max-width: 800px; } +summary { + cursor: pointer; +} #pubs-ul { text-align: left; } |