Skip to content

Commit

Permalink
Fix #618
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarijo committed Apr 1, 2024
1 parent 5c1f5a3 commit 4f26e51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/lode/rec.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 4f26e51

Please sign in to comment.