From 1d3dfb9b02f400ec4ce2f6dd2ae8301069aea6b1 Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Sun, 4 Jul 2021 23:07:40 -0600 Subject: Initial commit --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..f47d478 --- /dev/null +++ b/style.css @@ -0,0 +1,13 @@ +* { + margin: 0; padding: 0; + box-sizing: border-box; + font-family: Roboto, sans-serif; + transition-timing-function: ease-in-out; +} + +body { + user-select: none; + -webkit-user-select: none; + -webkit-touch-callout: none; + -webkit-tap-highlight-color: transparent; +} -- cgit v1.2.3-70-g09d2