diff --git a/src/Client/Shared/Loader.razor b/src/Client/Shared/Loader.razor
index 74b2c82..df40835 100644
--- a/src/Client/Shared/Loader.razor
+++ b/src/Client/Shared/Loader.razor
@@ -1,7 +1,7 @@
@if (Enabled)
{
-
+
@@ -9,5 +9,8 @@
}
@code{
- [Parameter] public bool Enabled { get; set; }
+
+ [Parameter]
+ public bool Enabled { get; set; }
+
}
\ No newline at end of file
diff --git a/src/Client/Shared/MainLayout.razor.css b/src/Client/Shared/MainLayout.razor.css
index 6917dd8..ad69d71 100644
--- a/src/Client/Shared/MainLayout.razor.css
+++ b/src/Client/Shared/MainLayout.razor.css
@@ -9,7 +9,7 @@ main {
}
.sidebar {
- background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
+ background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #160a19 70%) !important;
}
.top-row {
@@ -77,4 +77,4 @@ main {
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
-}
+}
\ No newline at end of file
diff --git a/src/Client/wwwroot/css/app.css b/src/Client/wwwroot/css/app.css
index 78d4eeb..48444bf 100644
--- a/src/Client/wwwroot/css/app.css
+++ b/src/Client/wwwroot/css/app.css
@@ -2,6 +2,8 @@
html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+ background-color: #191919;;
+ color: #dddddd;
}
h1:focus {
@@ -92,8 +94,13 @@ a, .btn-link {
height: 0.75rem;
}
+.card {
+ background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #160a19 70%) !important;
+}
+
.card-header {
padding: 0.2rem;
+ background-color: rgb(9 50 89);
}
.card-body {
@@ -125,3 +132,49 @@ a, .btn-link {
opacity: 0;
}
}
+
+.loader {
+ color: #e1e1e1;
+}
+
+.bg-light {
+ background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #160a19 70%) !important;
+}
+
+.text-muted {
+ color: #c3c3c3 !important;
+}
+
+.crate {
+ background-color: #03182c;
+}
+
+.progress {
+ background-color: #002952;
+}
+
+.text-danger {
+ color: rgb(188 36 51) !important;
+}
+
+.border-top {
+ border-top: 1px solid #3c3c3c !important;
+}
+
+.jkbms {
+ max-width: 100%;
+}
+
+.nav-tabs .nav-link.active {
+ background-color: #bbbbbb;
+ color: black;
+}
+
+.form-control {
+ background-color: #d0d0d0
+}
+
+.btn-light {
+ background-color: #7d97b1;
+ border-color: #656769;
+}
\ No newline at end of file
diff --git a/src/Client/wwwroot/index.html b/src/Client/wwwroot/index.html
index 85981cd..302b9f3 100644
--- a/src/Client/wwwroot/index.html
+++ b/src/Client/wwwroot/index.html
@@ -2,51 +2,51 @@
-
-
+
+
InverterMon
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
+
-
-
+
-
+ });
+
+
-
+