zgo/src/styles.css

6 lines
242 B
CSS
Raw Normal View History

2021-10-01 20:10:14 +00:00
/* You can add global styles to this file, and also import other style files */
2021-10-15 19:14:49 +00:00
@import '@angular/material/prebuilt-themes/indigo-pink.css';
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }