From fa177f08c460cf36072ecc52d556c76bccc881a8 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 28 Jun 2018 09:39:51 -0400 Subject: [PATCH] changing the nav menu items color to white for demo page --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 79d0a41..14edb4a 100644 --- a/style.css +++ b/style.css @@ -2715,4 +2715,7 @@ body .cmvl-navbar-navigation span{ } #site-logo.logo-demo, #site-logo.logo-my-courses,{ width: 16%; +} +[data-page="demo"] nav#site-navigation ul li a, [data-page="my courses"] nav#site-navigation ul li a{ + color: white; } \ No newline at end of file -- 2.17.1