From 8a540c185406293ddcc1efb09e7f5b171144ef19 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sat, 28 Jun 2014 12:28:44 -0400 Subject: [PATCH] awesomer CSS --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 8787189..5318991 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,10 @@ html, body { height: 100%; background-color: #414ef8; color: #fff; + /* disable text highlight */ + -moz-user-select: none; + -webkit-user-select: none; + cursor: default; } @media (min-width: 300px) {