diff --git a/app/sovran_systemsos_web/static/logo-light.svg b/app/sovran_systemsos_web/static/logo-light.svg
new file mode 100644
index 0000000..6f6d9cb
--- /dev/null
+++ b/app/sovran_systemsos_web/static/logo-light.svg
@@ -0,0 +1,113 @@
+
+
diff --git a/app/sovran_systemsos_web/static/style.css b/app/sovran_systemsos_web/static/style.css
index 25047b2..05dba53 100644
--- a/app/sovran_systemsos_web/static/style.css
+++ b/app/sovran_systemsos_web/static/style.css
@@ -63,6 +63,13 @@ body {
flex: 1;
}
+.header-logo {
+ height: 30px;
+ width: auto;
+ vertical-align: middle;
+ margin-right: 8px;
+}
+
.role-badge {
background-color: var(--accent-color);
color: #1e1e2e;
@@ -1796,6 +1803,11 @@ button.btn-reboot:hover:not(:disabled) {
margin-bottom: 14px;
}
+.onboarding-logo-img {
+ height: 90px;
+ width: auto;
+}
+
.onboarding-title {
font-size: 1.7rem;
font-weight: 800;
diff --git a/app/sovran_systemsos_web/templates/index.html b/app/sovran_systemsos_web/templates/index.html
index 20e6a7c..c3fca03 100644
--- a/app/sovran_systemsos_web/templates/index.html
+++ b/app/sovran_systemsos_web/templates/index.html
@@ -10,7 +10,10 @@