Skip to content

Instantly share code, notes, and snippets.

@TAN0281
Last active November 27, 2016 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TAN0281/8786c83a8ffd85adbdbb0354103bf8cd to your computer and use it in GitHub Desktop.
Save TAN0281/8786c83a8ffd85adbdbb0354103bf8cd to your computer and use it in GitHub Desktop.
/*ナビゲーション色変更*/
.main-navigation,
.main-navigation ul ul {
background-color: #e1e1e1;
}
/*ナビゲーションテキスト色変更*/
.menu-toggle,
.main-navigation a {
color: #000000;
}
/*ナビゲーションホバー時テキスト色変更*/
.menu-toggle:hover,
.main-navigation a:hover {
color: #5ec5c7;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment