Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
joypan1 committed Feb 1, 2024
1 parent 9e328ab commit e3da401
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 116 deletions.
12 changes: 6 additions & 6 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body {
flex-direction: column;
min-height: 100vh;
color: #FFF;
background-color: var(--dark);
background-color: #edf6f9; /* this is the overall bg */
}

header {
Expand All @@ -32,7 +32,7 @@ header {
header h1{
font-size: 2.5rem;
font-weight: 300;
color: white;
color: #464D77;
margin-bottom: 1rem;
}
h1{
Expand All @@ -51,7 +51,7 @@ input, button {

#new-team-input {
flex: 1 1 0%;
background-color: var(--darker);
background-color: #c5d9ff; /* bg color of team input*/
padding: 1rem;
border-radius: 1rem;
margin-right: 1rem;
Expand Down Expand Up @@ -103,7 +103,7 @@ main {
#teams .team {
display: flex;
justify-content: space-between;
background-color: var(--darkest);
background-color: #c5d9ff; /*This is team label color */
padding: 1rem;
border-radius: 1rem;
margin-bottom: 1rem;
Expand All @@ -114,7 +114,7 @@ main {
}

.team .content .text {
color: var(--light);
color: var(--grey);
font-size: 1.125rem;
width: 100%;
display: block;
Expand Down Expand Up @@ -154,5 +154,5 @@ main {
}

.team .actions .delete {
color: crimson;
color: #F87575;
}
62 changes: 0 additions & 62 deletions swift/ContentView.swift

This file was deleted.

48 changes: 0 additions & 48 deletions swift/TeamInfo.swift

This file was deleted.

0 comments on commit e3da401

Please sign in to comment.