Skip to content

Commit

Permalink
add color for put and patch http methods
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-russell committed Jun 8, 2020
1 parent 50f7cbe commit 5549701
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/CreateApiEntry.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
color: #815ae0;
}

.put {
color: #ffc2c7;
}

.patch {
color: #fcc827;
}

/* API Endpoint */
/* ******************* */

Expand Down

0 comments on commit 5549701

Please sign in to comment.