Skip to content

Commit

Permalink
[src/styles.scss] Add off-white background colour everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMarks committed Apr 15, 2024
1 parent 54a10cc commit f929807
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// Custom Theming for Angular Material
// For more information: https://material.angular.io/guide/theming
@use '@angular/material' as mat;
Expand Down Expand Up @@ -37,5 +36,12 @@ $ng-material-scaffold-theme: mat.define-light-theme((

/* You can add global styles to this file, and also import other style files */

html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
html, body {
height: 100%;
}

body {
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;
background: #fafafa;
}

0 comments on commit f929807

Please sign in to comment.