diff --git a/gui/dashboard/app.css b/gui/dashboard/app.css
index 5771a1f..53b5d71 100644
--- a/gui/dashboard/app.css
+++ b/gui/dashboard/app.css
@@ -5,6 +5,7 @@ html, body {
--grey: grey;
--red: #f00;
--green: #1d641d;
+ --orange: #bf5900;
--dark: #0a0a0a;
--radius: 10px;
--cols: 4;
@@ -22,6 +23,7 @@ html, body {
--tile-bg: #dedede;
--dark: #c2c2c2;
--green: #377137;
+ --orange: #bf5900;
}
.mb {
diff --git a/gui/dashboard/app.svelte b/gui/dashboard/app.svelte
index d4e1bb6..d37e729 100644
--- a/gui/dashboard/app.svelte
+++ b/gui/dashboard/app.svelte
@@ -1,92 +1,114 @@
+