Skip to content

Commit

Permalink
Merge pull request #50 from neil-lobo/neil/fix/default-selection-colour
Browse files Browse the repository at this point in the history
Add Default CSS Value
  • Loading branch information
zhanglun authored Apr 26, 2024
2 parents 7a66c92 + e885c45 commit 2088839
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/reading-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@

--reading-font-monospace: "Roboto Mono VF", "SFMono-Regular", Consolas,
"Liberation Mono", Menlo, Courier, monospace;

/* Text selection colour */
--text-selection-background-color: #3297FD /* default value chosen from https://stackoverflow.com/questions/16094837/what-is-the-browser-default-background-color-when-selecting-text */
}

.reading-content {
Expand Down

0 comments on commit 2088839

Please sign in to comment.