diff --git a/_layouts/assignment.html b/_layouts/assignment.html
index 8f026c832..0c2605e4f 100644
--- a/_layouts/assignment.html
+++ b/_layouts/assignment.html
@@ -11,7 +11,7 @@
{{ page.title }}
{% if page.due_event %}
-
Due Date: {{ page.due | date: site.dateformat }} {{ page.due_event.date | date: "%H:%M" }}
+
Due Date: {{ page.due_event.date | date: site.dateformat }} {{ page.due_event.date | date: "%H:%M" }}
{% endif %}
Download
{% if page.pdf %}
@@ -36,4 +36,4 @@
Late Policy
{{ content }}
-
\ No newline at end of file
+
diff --git a/_sass/_user_vars.scss b/_sass/_user_vars.scss
index 40e9ec575..72046d2b0 100644
--- a/_sass/_user_vars.scss
+++ b/_sass/_user_vars.scss
@@ -1,11 +1,19 @@
-// theme #1
-$primary-color: #0077CC;
-$accent-color: #f66733;
-$title-color: #522d80;
+// Vandy theme (work in progress!)
+$primary-color: #CFAE70;
+$accent-color: #CFAE70;
+$title-color: #1D2AA0;
$header-text-color: #fff;
-$header-color: #336699;
+$header-color: #1C1C1C;
$header-background-opacity: 0.5;
+// // theme #1
+// $primary-color: #0077CC;
+// $accent-color: #f66733;
+// $title-color: #522d80;
+// $header-text-color: #fff;
+// $header-color: #336699;
+// $header-background-opacity: 0.5;
+
// // theme #2
// $primary-color: #c3073f;
// $accent-color: #c3073f;
@@ -91,4 +99,4 @@ $header-background-opacity: 0.5;
// $header-color: #c96567;
// $header-text-color: #fff;
// $header-background-opacity: 0.4;
-// $header-background-invert: 100%;
\ No newline at end of file
+// $header-background-invert: 100%;