diff options
Diffstat (limited to 'frontend/src/styles.css')
-rw-r--r-- | frontend/src/styles.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 8997c10e..d37ab6f1 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -1,5 +1,3 @@ -/* 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; } -*/
\ No newline at end of file +body { + background-image: url('/assets/images/add_model_background.jpg'); +}
\ No newline at end of file |