summaryrefslogtreecommitdiff
path: root/src/app.html
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-04-24 18:36:43 -0600
committerLogan Hunt <loganhunt@simponic.xyz>2022-04-24 18:36:43 -0600
commita78b1e23aa089d58e0ab654a050558c004603443 (patch)
treee7538e643dc22058cf9ebf5b58c828264157e65a /src/app.html
parent38c12ca79b8212af01e3155b998385da247c9508 (diff)
downloadmistymountainstherapy-a78b1e23aa089d58e0ab654a050558c004603443.tar.gz
mistymountainstherapy-a78b1e23aa089d58e0ab654a050558c004603443.zip
Updates
Diffstat (limited to 'src/app.html')
-rw-r--r--src/app.html2
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>