diff --git a/pages/teamdetails.html b/pages/teamdetails.html index b166fdb..e88c516 100644 --- a/pages/teamdetails.html +++ b/pages/teamdetails.html @@ -52,6 +52,9 @@

Team Details

Abilities

+
+ + \ No newline at end of file diff --git a/pages/teams.css b/pages/teams.css index 8d0b9fc..05ea01f 100644 --- a/pages/teams.css +++ b/pages/teams.css @@ -88,4 +88,21 @@ h2 { h3 { font-weight: 100; -} \ No newline at end of file +} + +.submit { + background-color: var(--background); + width: 20%; + border-width: 1px; + border-radius: 4px; + font-size: 20px; + font-family: monospace; + font-weight: bold; + color: var(--deletebutton); + align-self: center; +} + +.submit:hover { + background-color: var(--teamlist); +} +