Skip to content

Commit ff596ee

Browse files
committed
Logo
1 parent 5e986ae commit ff596ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/App.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.App-logo {
22
height: 3em;
33
pointer-events: none;
4+
user-select: none;
45
}
56

67
@media (prefers-reduced-motion: no-preference) {
@@ -56,4 +57,6 @@
5657
.brand {
5758
font-family: "Roboto", sans-serif;
5859
padding-top: 0.2rem !important;
60+
pointer-events: none;
61+
user-select: none;
5962
}

0 commit comments

Comments
 (0)