Skip to content

Commit

Permalink
Remove selection styles from the docs (#2332)
Browse files Browse the repository at this point in the history
  • Loading branch information
troywith77 committed Apr 8, 2021
1 parent 73de88e commit ad58eab
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions site/src/utils/dracula-prism.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,6 @@ pre[class*="language-"] {
hyphens: none;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
text-shadow: none;
color: white;
background-color: #faebf8;
}
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
text-shadow: none;
color: white;
background-color: #faebf8;
}
@media print {
code[class*="language-"],
pre[class*="language-"] {
Expand Down

0 comments on commit ad58eab

Please sign in to comment.