diff --git a/src/main/resources/lode/rec.css b/src/main/resources/lode/rec.css index dd541eb..2da3a15 100644 --- a/src/main/resources/lode/rec.css +++ b/src/main/resources/lode/rec.css @@ -18,6 +18,10 @@ body { background-repeat: no-repeat; counter-reset:section; } +details:hover { + cursor: pointer; +} + :link { color: var(--link); background: transparent } :visited { color: var(--link-visited); background: transparent } a:active { color: var(--link-active); background: transparent }