From 61904e74455531eb9670908877de7aa82633bc94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Tue, 31 Mar 2020 23:20:57 -0400 Subject: [PATCH] WIP --- views/systemlogs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/systemlogs.html b/views/systemlogs.html index 4724514d7..5a5fb4b90 100644 --- a/views/systemlogs.html +++ b/views/systemlogs.html @@ -123,7 +123,7 @@ icon = '"fas fa-info-circle" style="color: #1e90ff;"'; break; case 'WARNING': - icon = '"fas fa-exclamation-circle" style="color: yellow;"'; + icon = '"fas fa-exclamation-circle" style="color: #ffa500`;"'; break; case 'ERROR': icon = '"fas fa-bug" style="color: red;"';