edit.css 190 B

12345678910111213141516
  1. body {
  2. caret-color: black;
  3. }
  4. .c {
  5. pointer-events: none;
  6. }
  7. .c .t {
  8. pointer-events: all;
  9. }
  10. img {
  11. cursor: default;
  12. }
  13. #page-container ::selection {
  14. background-color: #08f;
  15. }