formatting fixes

This commit is contained in:
Dave R 2018-09-28 10:06:20 +01:00 committed by GitHub
parent 5973bd84e8
commit 96a204baf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -37,6 +37,7 @@ body {
font-family: 'Roboto', sans-serif;
color: white;
-moz-user-select: none; /* Firefox */
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}