diff --git a/css/allMenus.css b/css/allMenus.css
index 9eb66af..b9c6831 100644
--- a/css/allMenus.css
+++ b/css/allMenus.css
@@ -1,5 +1,11 @@
/* css for all the menus */
+
+.menuContainer {
+ /* Want menus to be on top of other screens no matter what order they were created */
+ z-index: 50;
+}
+
.menuContainer .screenTitle {
padding-left: 5px;
padding-right: 5px;
diff --git a/css/allScreens.css b/css/allScreens.css
index 65a99c2..64c041a 100644
--- a/css/allScreens.css
+++ b/css/allScreens.css
@@ -72,6 +72,11 @@
border-left: 3px solid var(--borderColor);
}
+.menu .screenTitle {
+ /* Use different color for menu titles */
+ color: var(--menuTitleColor);
+}
+
.label {
color: var(--labelColor);
}
diff --git a/css/colors.css b/css/colors.css
index 94c1088..c282f53 100644
--- a/css/colors.css
+++ b/css/colors.css
@@ -6,6 +6,7 @@
--menuSelectedItemBackgroundColor: rgb(60, 60, 60);
--menuBackgroundColor: rgb(45,35,35);
--titleColor: yellow;
+ --menuTitleColor: yellow;
--labelColor: greenyellow;
--changeableColor: aquamarine;
--editableColor: white;
diff --git a/index.html b/index.html
index ee0419c..c84c232 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,8 @@
-
+
+
@@ -193,7 +194,6 @@
-
@@ -207,7 +207,20 @@
-
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+
-