Make cursor a pointer when hovering over "All images"
1 files changed, 4 insertions(+), 0 deletions(-) M index.html
M index.html => index.html +4 -0
@@ 58,6 58,10 @@ } + details summary { + cursor: pointer; + } + table.fancy { width: 100%; border-collapse: separate;