From 1727e5356cdebdf143f49d92b1b9bd65632bcb0e Mon Sep 17 00:00:00 2001 From: brausjonas Date: Sun, 26 Mar 2023 03:00:39 +0200 Subject: [PATCH] Pills --- .idea/workspace.xml | 2 +- index.html | 9 ++++++--- navigationStyle.css | 12 +++++++++--- 3 files changed, 16 insertions(+), 7 deletions(-) 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 @@
    +
  • Home
  • +
  • Games
  • Quicklinks
  • @@ -45,6 +46,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; + } }