diff --git a/server/documents/elements/header.html.eco b/server/documents/elements/header.html.eco
index 83a1974df..37ac0c0e4 100755
--- a/server/documents/elements/header.html.eco
+++ b/server/documents/elements/header.html.eco
@@ -11,7 +11,7 @@ themes : ['default', 'bookish', 'chubby']
---
<%- @partial('header') %>
-
+
diff --git a/server/documents/elements/input.html.eco b/server/documents/elements/input.html.eco
index c5edeeff5..68d4d882a 100755
--- a/server/documents/elements/input.html.eco
+++ b/server/documents/elements/input.html.eco
@@ -11,7 +11,7 @@ themes : ['default']
---
<%- @partial('header') %>
-
+
diff --git a/server/files/stylesheets/semantic.css b/server/files/stylesheets/semantic.css
index 58f323107..63efd9a1d 100755
--- a/server/files/stylesheets/semantic.css
+++ b/server/files/stylesheets/semantic.css
@@ -40,7 +40,7 @@ h3::selection {
html,
body {
- font-size: 15px;
+ font-size: 14px;
}
body#example {
diff --git a/server/layouts/default.html.eco b/server/layouts/default.html.eco
index 69cbe21c4..5d2e61e36 100755
--- a/server/layouts/default.html.eco
+++ b/server/layouts/default.html.eco
@@ -78,7 +78,7 @@
<% end %>
-
+
diff --git a/src/definitions/collections/menu.less b/src/definitions/collections/menu.less
index 6d0c978de..25a339c5e 100644
--- a/src/definitions/collections/menu.less
+++ b/src/definitions/collections/menu.less
@@ -244,7 +244,8 @@
Header
---------------*/
-.ui.menu .header.item {
+.ui.menu .header.item,
+.ui.vertical.menu .header.item {
background: @headerBackground;
margin: 0em;
font-size: @headerFontSize;
@@ -746,6 +747,7 @@
border: none;
height: auto !important;
+ background: @secondaryItemBackground;
margin: 0em @secondaryMargin;
padding: @secondaryVerticalPadding @secondaryHorizontalPadding;
diff --git a/src/themes/packages/default/collections/menu.variables b/src/themes/packages/default/collections/menu.variables
index 91071b477..fe6ea69a0 100644
--- a/src/themes/packages/default/collections/menu.variables
+++ b/src/themes/packages/default/collections/menu.variables
@@ -163,6 +163,8 @@
/* Secondary */
@secondaryBackground: none;
+@secondaryItemBackground: none;
+
@secondaryTransition: color 0.2s ease;
@secondaryBorderRadius: 0.3125em;
diff --git a/src/themes/packages/default/globals/site.variables b/src/themes/packages/default/globals/site.variables
index cfb9c52f3..6bac52f4b 100644
--- a/src/themes/packages/default/globals/site.variables
+++ b/src/themes/packages/default/globals/site.variables
@@ -116,7 +116,7 @@
@invertedLightTextColor : rgba(255, 255, 255, 0.8);
@invertedUnselectedTextColor : rgba(255, 255, 255, 0.5);
@invertedSelectedTextColor : rgba(255, 255, 255, 1);
-@invertedDisabledTextColor : rgba(0, 0, 0, 0.2);
+@invertedDisabledTextColor : rgba(255, 255, 255, 0.3);
@unselectedTextColor : rgba(0, 0, 0, 0.4);
@selectedTextColor : rgba(0, 0, 0, 0.8);