diff --git a/style.css b/style.css index ec4ad34..5b7c3f2 100644 --- a/style.css +++ b/style.css @@ -67,6 +67,7 @@ button { border-color: var(--button-border); border-width: 1px; font-size: 0.8rem; + cursor: pointer; } button:hover { @@ -351,6 +352,7 @@ a.nick:hover, a.nick:active { details summary[role="button"] { user-select: none; + cursor: pointer; } #buffer {