Skip to content

Commit

Permalink
removed h tags text not selectable (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
drosetti authored Feb 22, 2023
1 parent c295865 commit 1ccb5e9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/styles/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ h4,
h5,
h6 {
color: $light;
user-select: none;
}

pre {
Expand All @@ -20,15 +19,6 @@ mark {
color: $sev-high;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
user-select: none;
}

.text-larger {
font-size: 95%;
}
Expand Down

0 comments on commit 1ccb5e9

Please sign in to comment.