From 20cc151c11d179d74e89668aaee18e46a548d204 Mon Sep 17 00:00:00 2001 From: IsomerX <49413460+IsomerX@users.noreply.github.com> Date: Tue, 19 Apr 2022 11:12:31 +0530 Subject: [PATCH] fixed the nav bar on mobile --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 9cea42e..69c227b 100644 --- a/style.css +++ b/style.css @@ -1509,6 +1509,7 @@ label #cancel { @media (max-width: 860px) { label #btn { display: block; + color: black; } nav ul { @@ -1530,6 +1531,7 @@ label #cancel { nav ul li a { font-size: 20px; + color: white; } #check:checked ~ ul { @@ -1541,6 +1543,7 @@ label #cancel { #check:checked ~ label #cancel { display: block; + color: black; } }