Skip to content

Commit

Permalink
font
Browse files Browse the repository at this point in the history
  • Loading branch information
joypan1 committed Feb 29, 2024
1 parent 1d98a6d commit 0e60734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ input, button {
margin-right: 1rem;
color: var(--dark);
font-size: 1.25rem;
font-family: monospace;
}

#new-team-input::placeholder {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1>Teams</h1>
<input type="submit" id="new-team-submit" value="Add Team" />
</form>
</header>

<main>
<section class="team-list">

Expand Down

0 comments on commit 0e60734

Please sign in to comment.