Skip to content

Commit

Permalink
fix codeBlock selection color
Browse files Browse the repository at this point in the history
closes #9882
  • Loading branch information
a-hariti committed May 1, 2024
1 parent 7e509ee commit 320201d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/codeBlock/code-blocks.module.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
.code-block {
& ::selection {
background-color: rgba(106, 95, 193, 0.5);
}

pre {
background: #251f3d;
border: 1px solid #40364a;
Expand Down

0 comments on commit 320201d

Please sign in to comment.