Monorepo containing core modules of Zeichen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
275 B

  1. html,
  2. body {
  3. padding: 0;
  4. margin: 0;
  5. font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
  6. Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  7. }
  8. a {
  9. color: inherit;
  10. text-decoration: none;
  11. }
  12. * {
  13. box-sizing: border-box;
  14. }