diff --git a/assets/style.css b/assets/style.css index 12a8a25..27c9a78 100644 --- a/assets/style.css +++ b/assets/style.css @@ -85,6 +85,10 @@ a.nick:hover, a.nick:active { text-decoration: underline; } +details summary { + cursor: default; +} + #buffer { box-sizing: border-box; padding: 10px;