diff --git a/public/helpbuild/logo.png b/public/helpbuild/logo.png
deleted file mode 100644
index 8ab5edf..0000000
Binary files a/public/helpbuild/logo.png and /dev/null differ
diff --git a/public/helpbuild/logo.svg b/public/helpbuild/logo.svg
new file mode 100644
index 0000000..695b301
--- /dev/null
+++ b/public/helpbuild/logo.svg
@@ -0,0 +1,5 @@
+
diff --git a/public/helpbuild/theme.css b/public/helpbuild/theme.css
index 10a862a..d5efc51 100644
--- a/public/helpbuild/theme.css
+++ b/public/helpbuild/theme.css
@@ -4,11 +4,11 @@
}
.pf-c-button.pf-m-primary {
- background: #618c36 !important;
+ background: #57b8d7 !important;
}
div#kc-registration span a:hover {
- background: #83b451;
+ background: #57b8d7;
}
#kc-header {
@@ -18,7 +18,7 @@ div#kc-registration span a:hover {
}
.app-logo {
- background-image: url(logo.png);
+ background-image: url(logo.svg);
}
.login-pf-page .login-pf-page-header p::before {
@@ -43,3 +43,7 @@ div#kc-registration span a:hover {
.register-sub-heading::before {
content: "Join and get building!";
}
+
+#kc-header-wrapper::before {
+ background: #57b8d7 !important;
+}
diff --git a/public/helpbuild/theme.js b/public/helpbuild/theme.js
index 9f06f43..581df1b 100644
--- a/public/helpbuild/theme.js
+++ b/public/helpbuild/theme.js
@@ -1,6 +1,6 @@
const privacyPolicy = document.getElementById('privacy-policy');
if (privacyPolicy) {
- privacyPolicy.innerHTML = 'By signing up you agree to the Helpbuild Privacy Policy Privacy Policy'
+ privacyPolicy.innerHTML = 'By signing up you agree to the Helpbuild Privacy Policy'
}