Skip to content

Commit

Permalink
Use light grey for siteNav text (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenonym authored and yamgent committed Jan 10, 2019
1 parent b9ee80d commit 6851661
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions asset/css/site-nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

#site-nav a:link, #site-nav a:visited, #site-nav a:hover, #site-nav a:active {
color: black;
color: #565656;
text-decoration: none;
}

Expand Down Expand Up @@ -70,6 +70,7 @@
.dropdown-btn {
background: white;
border: none;
color: #565656;
cursor: pointer;
display: block;
outline: none !important;
Expand All @@ -78,7 +79,7 @@
text-decoration: none;
}

.dropdown-btn:hover, .dropdown-btn-open {
.dropdown-btn:hover {
color: #0076FF;
}

Expand Down
5 changes: 3 additions & 2 deletions test/test_site/expected/markbind/css/site-nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

#site-nav a:link, #site-nav a:visited, #site-nav a:hover, #site-nav a:active {
color: black;
color: #565656;
text-decoration: none;
}

Expand Down Expand Up @@ -70,6 +70,7 @@
.dropdown-btn {
background: white;
border: none;
color: #565656;
cursor: pointer;
display: block;
outline: none !important;
Expand All @@ -78,7 +79,7 @@
text-decoration: none;
}

.dropdown-btn:hover, .dropdown-btn-open {
.dropdown-btn:hover {
color: #0076FF;
}

Expand Down

0 comments on commit 6851661

Please sign in to comment.