aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/Home.module.css5
-rw-r--r--styles/globals.css2
2 files changed, 7 insertions, 0 deletions
diff --git a/styles/Home.module.css b/styles/Home.module.css
index ac8fb91..49b9185 100644
--- a/styles/Home.module.css
+++ b/styles/Home.module.css
@@ -7,4 +7,9 @@
background-repeat: no-repeat;
background-size: cover;
background-image: url("/temp-landing.png")
+}
+
+.title {
+ font-size: 200%;
+ text-align: center;
} \ No newline at end of file
diff --git a/styles/globals.css b/styles/globals.css
index 975c681..7caaf3e 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -3,6 +3,8 @@ body {
padding: 0;
margin: 0;
height: 100%;
+ background-color: #484848;
+ color: #FFFFFF;
font-family: Hack;
src: url("/ttf/Hack-Regular.ttf");