Skip to content

Commit

Permalink
Make Book text non-selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaGanchev committed Sep 21, 2023
1 parent 83df75f commit 22e67cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/BookPreview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
line-height: 45px;
color: #D9D9D9;
transform: rotate(-45deg);
user-select: none;
}
.content {
Expand Down

0 comments on commit 22e67cf

Please sign in to comment.