projects
/
WP-Themes
/
hospitalitymentality.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0373abe
)
changing the nav menu items color to white for demo page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 28 Jun 2018 13:39:51 +0000
(09:39 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 28 Jun 2018 13:39:51 +0000
(09:39 -0400)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
79d0a41
..
14edb4a
100644
(file)
--- 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