diff --git a/src/dist/index.html b/src/dist/index.html
index cb5ca04..00897f2 100644
--- a/src/dist/index.html
+++ b/src/dist/index.html
@@ -426,11 +426,9 @@
diff --git a/src/src/styles.scss b/src/src/styles.scss
index 69779a9..67eeb73 100644
--- a/src/src/styles.scss
+++ b/src/src/styles.scss
@@ -3,15 +3,15 @@
// Import Lato Google Font
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
-
// Update Bulma's global variables
$family-sans-serif: "Lato", sans-serif;
$widescreen-enabled: false;
$fullhd-enabled: false;
-// Theme colors here
+// Theme colors
$primary: #454545;
+
// Update some of Bulma's component variables
$footer-padding: 3rem 1.5rem;