diff --git a/css/body.css b/css/body.css index c3ec7de..8d0b740 100644 --- a/css/body.css +++ b/css/body.css @@ -1,5 +1,6 @@ body { margin: 0; /* Remove body margins */ + background-color: rgb(250, 248, 248); } .page-container { @@ -8,6 +9,5 @@ body { flex-direction: column; justify-content: center; align-items: stretch; - background-color: rgb(243, 243, 243); } diff --git a/css/components/footer.css b/css/components/footer.css index 45a97a8..8a95967 100644 --- a/css/components/footer.css +++ b/css/components/footer.css @@ -8,7 +8,7 @@ width: 100%; height: 170px; - background-color: #252631; + background-color: #02114A; } .footer-brand-container { display: flex; diff --git a/css/navbar.css b/css/navbar.css index 33a7036..bf5f1fa 100644 --- a/css/navbar.css +++ b/css/navbar.css @@ -150,7 +150,7 @@ @media only screen and (min-width: 750px) { .navbar-background { - background-color: rgb(243, 243, 243); + background-color: rgb(250, 248, 248); border-radius: 0px; border-bottom: solid 0.5px #d8d8d8; min-height: 60px; diff --git a/src/components/footer.rs b/src/components/footer.rs index d1cfb75..fdb3b5f 100644 --- a/src/components/footer.rs +++ b/src/components/footer.rs @@ -5,13 +5,14 @@ pub fn page_footer() -> Html { html! {
- +
{"Powered by"}
{"Blanco Studios"}
+ /*