Skip to content

Commit

Permalink
Merge pull request #685 from dgarijo/develop
Browse files Browse the repository at this point in the history
Fix #618
  • Loading branch information
dgarijo authored Apr 1, 2024
2 parents 5e524f6 + 4f26e51 commit a4e5242
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 a4e5242

Please sign in to comment.