diff --git a/index.css b/index.css index 64410ee..c75ca97 100644 --- a/index.css +++ b/index.css @@ -52,7 +52,7 @@ body { header { padding: 2rem 1rem; - background-color: var(--teamlist); + /*background-color: var(--teamlist);*/ /*max-width: 1000px;*/ width: 100%; margin: 0 auto; @@ -81,9 +81,9 @@ input, button { #new-team-input { flex: 1 1 0%; - background-color: var(--background); /* bg color of team input*/ + background-color: var(--teamlist); /* bg color of team input*/ padding: 1rem; - border-radius: 1rem; + border-radius: 0.5rem; margin-right: 1rem; color: var(--dark); font-size: 1.25rem; @@ -137,7 +137,7 @@ main { justify-content: space-between; background-color: var(--teamlist); /*This is team label color */ padding: 1rem; - border-radius: 1rem; + border-radius: 0.5rem; margin-bottom: 1rem; } diff --git a/index.html b/index.html index d30771a..9274ded 100644 --- a/index.html +++ b/index.html @@ -43,14 +43,12 @@

Teams

-

Teams

+

Team List

- -
diff --git a/pages/aboutus.html b/pages/aboutus.html index b46b72c..3c1ff1a 100644 --- a/pages/aboutus.html +++ b/pages/aboutus.html @@ -12,9 +12,9 @@

Longmetal 7127

- Teams + Teams Team Details - About Us + About Us
diff --git a/pages/teamdetails.html b/pages/teamdetails.html index 6c2b391..05d5c1e 100644 --- a/pages/teamdetails.html +++ b/pages/teamdetails.html @@ -13,7 +13,7 @@

Longmetal 7127

- Teams + Teams Team Details About Us
diff --git a/pages/teams.css b/pages/teams.css index b63ff5d..93fe6ce 100644 --- a/pages/teams.css +++ b/pages/teams.css @@ -26,6 +26,7 @@ nav { min-height: 8vh; background-color: var(--navbar); font-family: "Montserrat", sans-serif; + color: var(--background) } .topnav a{ @@ -50,6 +51,14 @@ header { margin: 0 auto; } +header h1{ + font-size: 2.5rem; + font-weight: 400; + font-family: monospace; + color: var(--text); + margin-bottom: 1rem; +} + body { display: flex; flex-direction: column;