Skip to content

Commit

Permalink
Add "cursor: pointer" for <button> on desktop #325
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic authored Mar 6, 2023
1 parent a6e7463 commit ebe20c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
body{inset:0;overflow:hidden;margin:0;padding:0;position:fixed}
#loading{align-items:center;background-color:#354046;display:flex;flex-direction:column;justify-content:center;height:100%;width:100%}
#loading h1{color:#f2f2f2;font-family:'Open Sans',sans-serif;font-size:46px;font-weight:300;line-height:32px;margin-top:20px;text-align:center}
button{display:inline-block;font-size:42px;padding:.4em .7em;color:#FFF;background-color:#4bc0a9;text-align:center;text-shadow: 2px 2px 3px #354046}
button{display:inline-block;font-size:42px;padding:.4em .7em;color:#FFF;background-color:#4bc0a9;text-align:center;text-shadow: 2px 2px 3px #354046; cursor: pointer}
</style>
</head>
<body>
Expand Down

0 comments on commit ebe20c7

Please sign in to comment.