GraphQL API and utilities for the rpdata project
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.

10 lines
137 B

  1. body {
  2. margin: 0;
  3. padding: 0;
  4. font-family: sans-serif;
  5. background-color: black;
  6. color: white;
  7. }
  8. a {
  9. text-decoration: none;
  10. }