Skip to content

Commit

Permalink
Customize selection color
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 18, 2017
1 parent 2c47bfa commit a336d9a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
10 changes: 9 additions & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,14 @@
--codebox-token-string-color: #6f42c1;
}

::selection {
background: #f9e4ac; /* WebKit/Blink Browsers */
}

::-moz-selection {
background: #f9e4ac; /* Gecko Browsers */
}

* {
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
Expand Down Expand Up @@ -948,7 +956,7 @@ body {
.markdown-section h3,
.markdown-section h4,
.markdown-section h5,
.markdown-section h6, {
.markdown-section h6 {
font-family: var(--serif-font);
}

Expand Down
9 changes: 1 addition & 8 deletions static/main.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a336d9a

Please sign in to comment.