The namegen5 website.
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.

27 lines
433 B

3 years ago
  1. body {
  2. margin: 0;
  3. font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  4. font-size: 14px;
  5. line-height: 1.5;
  6. color: #aaa;
  7. background: #111;
  8. }
  9. h1, h2, h3, h4, h5, h6 {
  10. margin: 0 0 0.5em 0;
  11. font-weight: 400;
  12. line-height: 1.2;
  13. }
  14. h1 {
  15. font-size: 2em;
  16. }
  17. a {
  18. color: inherit;
  19. }
  20. @media (min-width: 400px) {
  21. body {
  22. font-size: 16px;
  23. }
  24. }