diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 9a2db88..dc12b67 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -61,7 +61,7 @@
1679674447095
-
+
diff --git a/index.html b/index.html
index 0a2a8e7..bbc888a 100644
--- a/index.html
+++ b/index.html
@@ -24,9 +24,8 @@
@@ -36,6 +35,8 @@
+
+
We create games like back in the days
diff --git a/navigationStyle.css b/navigationStyle.css
index 6a3d692..b15180b 100644
--- a/navigationStyle.css
+++ b/navigationStyle.css
@@ -59,9 +59,10 @@ header button:hover {
background-color: #B6E2A1;
}
-.highlighted
-{
- color: #F7A4A4;
+@media (min-width: 18.1cm) {
+ .highlighted {
+ color: #F7A4A4;
+ }
}
/*Mobile Excluded*/
@@ -132,4 +133,9 @@ Mobile
menu div ul li:hover {
background-color: #B6E2A1;
}
+
+ .highlighted
+ {
+ background-color: #B6E2A1;
+ }
}