reset.css 537 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. html {
  2. overflow: hidden;
  3. text-size-adjust: 100%;
  4. }
  5. html,
  6. body {
  7. position: relative;
  8. width: 100%;
  9. height: 100%;
  10. overflow: hidden;
  11. &.color-weak {
  12. filter: invert(80%);
  13. }
  14. &.gray-mode {
  15. filter: grayscale(100%);
  16. filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
  17. }
  18. }
  19. a:focus,
  20. a:active,
  21. button,
  22. div,
  23. svg,
  24. span {
  25. outline: none;
  26. }
  27. ul {
  28. margin: 0;
  29. padding: 0;
  30. list-style: none;
  31. }
  32. h1, h2, h3, h4, h5 {
  33. margin-bottom: 0 !important;
  34. line-height: normal;
  35. }
  36. div{
  37. line-height: normal;
  38. }