From 5b651cf9c0c238f78cac96d838b61220d6f2d49e Mon Sep 17 00:00:00 2001 From: Alec Date: Sat, 12 Sep 2020 18:10:45 -0500 Subject: [PATCH] style changes --- src/style/components.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/style/components.css b/src/style/components.css index 80c1fe5..d0cd9ee 100644 --- a/src/style/components.css +++ b/src/style/components.css @@ -8,6 +8,9 @@ overflow-y: scroll; display: flex; flex-direction: column; + background-color: #333333; + color: #204a61; + font-family:'Roboto',sans-serif; } .top-level-container { @@ -101,12 +104,11 @@ } h1 { - text-align:center; } p { - text-align: center; + text-align: center; } .top-level-component { @@ -212,4 +214,3 @@ p { text-align: center; margin: 20px; } -