Merge pull request #40 from rileyjshaw/cursor
CSS: Eliminate wildcard selector and change cursor to grab to complement #3797166
This commit is contained in:
commit
d39537a8ee
@ -5,8 +5,11 @@
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,300">
|
||||
<style>
|
||||
*{
|
||||
html{
|
||||
font-family: Open Sans, Helvetica, Arial, sans-serif;
|
||||
cursor: -webkit-grab;
|
||||
cursor: -moz-grab;
|
||||
cursor: grab;
|
||||
}
|
||||
body{
|
||||
color: #fff;
|
||||
|
Loading…
Reference in New Issue
Block a user