Skip to content

Commit

Permalink
add global selection
Browse files Browse the repository at this point in the history
  • Loading branch information
herber committed Feb 18, 2018
1 parent e1bcf8a commit 509cf77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
overflow: hidden;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

::-moz-selection { background: yellow; }
::selection { background: yellow; }
</style>
<link rel="stylesheet" href="./static/simplebar/simplebar.css">
<script src="./static/simplebar/simplebar.js"></script>
Expand Down

0 comments on commit 509cf77

Please sign in to comment.