styles.css 322 B

12345678910111213
  1. /* You can add global styles to this file, and also import other style files */
  2. @import "../node_modules/@angular/material/prebuilt-themes/pink-bluegrey.css";
  3. html, body {
  4. height: 100%;
  5. }
  6. body {
  7. margin: 0;
  8. font-family: Roboto, "Helvetica Neue", sans-serif;
  9. background-color: #313131;
  10. color: white;
  11. }