Skip to content

Commit 66605ed

Browse files
committed
Now able to select paragraphs
1 parent 2f8dfad commit 66605ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/Section/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959

6060
.section-description p {
6161
text-align: left;
62+
user-select: text;
63+
}
64+
65+
.section-description p::selection {
66+
background: var(--color-primary);
67+
color: var(--color-white);
6268
}
6369

6470
@media (max-width: 1000px) {

0 commit comments

Comments
 (0)