Skip to content

Commit 9010493

Browse files
DrewProebstelDrew Proebstel
andauthored
force background color to grey (#239)
Co-authored-by: Drew Proebstel <[email protected]>
1 parent 2696e9d commit 9010493

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/assets/stylesheets/application.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,3 +341,9 @@ ol.with-bullets {
341341
align-items: center;
342342
line-height: 1;
343343
}
344+
345+
346+
html,
347+
body {
348+
background-color: $color-az-grey !important;
349+
}

0 commit comments

Comments
 (0)