Skip to content

Instantly share code, notes, and snippets.

@liluo
Created November 5, 2012 08:17
Show Gist options
  • Save liluo/4015981 to your computer and use it in GitHub Desktop.
Save liluo/4015981 to your computer and use it in GitHub Desktop.
去除豆瓣导航黑条背景
var navBgc = $($('.nav-wrap')[0].parentNode).css('background-color');
$('#db-global-nav').css('background', navBgc);
$('#db-global-nav ul li a').css('color', '#566D5E');
$('#db-global-nav ul li.on a').css({'color': '#219A44', 'font-weight': 800});
$('#db-global-nav .bd').css({'width': 960, 'margin': 'auto'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment