🎨 Updated status color codes

This commit is contained in:
Liyas Thomas
2019-08-26 14:37:02 +05:30
parent 997c095f35
commit e1889c1db0
2 changed files with 11 additions and 18 deletions

View File

@@ -262,21 +262,21 @@ ol li {
}
.info-response {
background-color: #ffeb3b;
background-color: #FFEB3B;
}
.success-response {
background-color: #66BB6A;
background-color: #4BB543;
}
.redir-response {
background-color: #ff5722;
background-color: #FF5722;
}
.cl-error-response {
background-color: #ef5350;
background-color: #A63232;
}
.sv-error-response {
background-color: #b71c1c;
background-color: #B71C1C;
}