diff options
| author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-24 18:36:43 -0600 |
|---|---|---|
| committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-24 18:36:43 -0600 |
| commit | a78b1e23aa089d58e0ab654a050558c004603443 (patch) | |
| tree | e7538e643dc22058cf9ebf5b58c828264157e65a /src/app.html | |
| parent | 38c12ca79b8212af01e3155b998385da247c9508 (diff) | |
| download | mistymountainstherapy-a78b1e23aa089d58e0ab654a050558c004603443.tar.gz mistymountainstherapy-a78b1e23aa089d58e0ab654a050558c004603443.zip | |
Updates
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.html b/src/app.html index 1697bd0..f6420c2 100644 --- a/src/app.html +++ b/src/app.html @@ -14,7 +14,7 @@ %svelte.head% </head> - <body class="d-flex flex-column min-vh-100"> + <body class="d-flex flex-column min-vh-100" style="background-color: #e8e8e8"> %svelte.body% </body> </html> |
