diff --git a/aleksis/core/static/style.scss b/aleksis/core/static/style.scss
index c9421f5a31e7d20e8befa3409e009ad956b9232a..1e4433c0f317612636b7e4ef6893f1b5a4ac32c0 100644
--- a/aleksis/core/static/style.scss
+++ b/aleksis/core/static/style.scss
@@ -8,6 +8,10 @@
   color: $primary-color !important;
 }
 
+rect#background {
+  fill: $primary-color !important;
+}
+
 .waves-effect.waves-primary .waves-ripple {
   background-color: lighten($primary-color, 5%);
 }
@@ -66,6 +70,11 @@ header, main, footer {
   margin-left: 10px;
 }
 
+#sidenav-logo {
+  height: 70px;
+  width:auto;
+}
+
 @media only screen and (max-width: 993px) {
   header div.nav-wrapper {
     z-index: -5;