diff --git a/assets/css/theme-blue.css b/assets/css/theme-blue.css
index 0bfdc7c632..5e935f863c 100644
--- a/assets/css/theme-blue.css
+++ b/assets/css/theme-blue.css
@@ -18,6 +18,7 @@
   --MENU-HOME-LINK-color: rgba(45, 54, 63, 1); /* Color of the home button text */
   --MENU-HOME-LINK-HOVER-color: rgba(0, 0, 0, 1); /* Color of the hovered home button text */
 
+  --MENU-HEADER-color: rgba(255, 255, 255, 1); /* color of menu header */
   --MENU-HEADER-BG-color: rgba(28, 144, 243, 1); /* Background color of menu header */
   --MENU-HEADER-BORDER-color: rgba(51, 161, 255, 1); /*Color of menu header border */
 
diff --git a/assets/css/theme-green.css b/assets/css/theme-green.css
index 9763d64419..56463e75ee 100644
--- a/assets/css/theme-green.css
+++ b/assets/css/theme-green.css
@@ -18,6 +18,7 @@
   --MENU-HOME-LINK-color: rgba(46, 59, 46, 1); /* Color of the home button text */
   --MENU-HOME-LINK-HOVER-color: rgba(0, 0, 0, 1); /* Color of the hovered home button text */
 
+  --MENU-HEADER-color: rgba(255, 255, 255, 1); /* color of menu header */
   --MENU-HEADER-BG-color: rgba(116, 181, 89, 1); /* Background color of menu header */
   --MENU-HEADER-BORDER-color: rgba(156, 212, 132, 1); /*Color of menu header border */
 
diff --git a/assets/css/theme-red.css b/assets/css/theme-red.css
index abb4734a64..ad9cad61cf 100644
--- a/assets/css/theme-red.css
+++ b/assets/css/theme-red.css
@@ -18,6 +18,7 @@
   --MENU-HOME-LINK-color: rgba(56, 43, 43, 1); /* Color of the home button text */
   --MENU-HOME-LINK-HOVER-color: rgba(0, 0, 0, 1); /* Color of the hovered home button text */
 
+  --MENU-HEADER-color: rgba(255, 255, 255, 1); /* color of menu header */
   --MENU-HEADER-BG-color: rgba(220, 16, 16, 1); /* Background color of menu header */
   --MENU-HEADER-BORDER-color: rgba(226, 49, 49, 1); /*Color of menu header border */
 
diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt
index 8176dd2717..d657b53807 100644
--- a/layouts/partials/version.txt
+++ b/layouts/partials/version.txt
@@ -1 +1 @@
-7.3.2+0a8f7dd47e045963dcdd464c311516cd7baff5e4
\ No newline at end of file
+7.3.2+5d9a90b18744ca0ff908e78c4243865edf040c43
\ No newline at end of file