aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/App.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 23f7304f..fd44dfb8 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -7,6 +7,10 @@
min-height: 100vh;
}
+i {
+ user-select: none;
+}
+
h4 {
margin: 0;
}
@@ -30,6 +34,7 @@ a {
}
button{
+ user-select: none;
border: none;
border-radius: 5px;
cursor: pointer;