summaryrefslogtreecommitdiff
path: root/src/styles/globals.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/globals.css')
-rw-r--r--src/styles/globals.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 6c0a7607..e43ad1a9 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -4,6 +4,10 @@
@tailwind components;
@tailwind utilities;
+* {
+ -webkit-tap-highlight-color: transparent;
+}
+
html, body {
@apply
w-screen