Skip to content

Commit

Permalink
MEDIUM: css: Added colors to status & methods
Browse files Browse the repository at this point in the history
  • Loading branch information
20syldev committed Dec 29, 2024
1 parent 790f613 commit a1fcdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ body {
.status-302 {
background: #00aeff;
}
.status-error {
.status-404, .status-500, .method-not-found, .method-server-error {
background: #f77777;
}
.method-get {
Expand Down

0 comments on commit a1fcdbd

Please sign in to comment.