main.css 278 B

123456
  1. div { -webkit-user-select: text; user-select: text; }
  2. html, body { -webkit-user-select: none; user-select: none; }
  3. html, body { margin: 0; padding:0; overflow: hidden; width: 100%; height: 100%; font-family: "Exo 2"; }
  4. text { cursor: default; }
  5. .card text { cursor: inherit; }