Skip to content

Commit

Permalink
Drop the highlighting of the text under the cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Jul 4, 2022
1 parent 3f2e253 commit b0191a8
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ body {
color:#1A0033;
}

/* highlight text under cursor helps users focus on what
they are currently reading. This shading is darker than
the alt-paragraph shading. */
p:hover, li:hover {
background-color: rgba(0,0,0, 0.5) !important;

}

/* Make sure images take the whole width (and not more) */
img {
max-width: 60%;
Expand Down

0 comments on commit b0191a8

Please sign in to comment.