Skip to content

Commit

Permalink
Improve text selection highlight on slides
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmiller authored and maxg committed Jan 16, 2020
1 parent 657b702 commit 3596300
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/handout/slide-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -363,3 +363,8 @@ body.remark-container.remark-presenter-mode .remark-notes-area {
@media print {
.remark-slide-scaler { overflow: visible; }
}

/* selection highlight */
::selection {
background-color: #ffff0080; /* yellow with 50% alpha */
}

0 comments on commit 3596300

Please sign in to comment.