From a1fcdbdc4e6da8b28368ac19010cd7262a360d66 Mon Sep 17 00:00:00 2001 From: 20syldev Date: Mon, 30 Dec 2024 00:18:14 +0100 Subject: [PATCH] MEDIUM: css: Added colors to status & methods --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index bbd03d8..44d42fd 100644 --- a/css/app.css +++ b/css/app.css @@ -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 {