aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r--src/styles/main.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss
index b89ee6f..a09d4e5 100644
--- a/src/styles/main.scss
+++ b/src/styles/main.scss
@@ -24,6 +24,12 @@ body {
color: map-get($colors, font);
margin: 0;
+ img {
+ user-select: none !important;
+ touch-action: none;
+ pointer-events: none;
+ }
+
a {
color: map-get($colors, font);
text-decoration: none;
@@ -148,4 +154,4 @@ body {
background: white;
font-size: 1.5rem;
}
-} \ No newline at end of file
+}