make menu a smidgen blue
diff --git a/content/css/default.css b/content/css/default.css
index 924688b..7cbd712 100644
--- a/content/css/default.css
+++ b/content/css/default.css
@@ -4490,7 +4490,7 @@
 }
 #menubar {
     font-size: 20pt;
-    background: #444;
+    background: #404049;
     padding-top: 5px;
 }
 #menubar ul {
@@ -4541,10 +4541,10 @@
 }
 #titlebar {
     margin: -10px;
-    background: #444;
     color: #EEE;
     margin-bottom: 20px;
     text-align: center;
+    background: #404049;
 }