Skip to content

Instantly share code, notes, and snippets.

@kobi
Last active September 19, 2017 12:58
Show Gist options
  • Save kobi/ff7188a93e1111745c8e06ede363df97 to your computer and use it in GitHub Desktop.
Save kobi/ff7188a93e1111745c8e06ede363df97 to your computer and use it in GitHub Desktop.
Stack Overflow Navigation Bar - Light
/*
Author: Kobi
Version: 0.4
Name: Stack Overflow New Navigation Bar - Light non-sticky
*/
@-moz-document domain("stackoverflow.com") {
header.top-bar {
background-color: #f3f3f3;
border-top:none;
box-shadow:unset;
border-bottom:solid 1px #d3d3d3;
}
header.top-bar .navigation .-link:hover,
header.top-bar .navigation .-link:focus,
header.top-bar .my-profile:hover,
header.top-bar .secondary-nav .-item .-link:hover,
header.top-bar .secondary-nav .-item .-link:focus,
header.top-bar .navigation .-item._current .-link,
header.top-bar .secondary-nav .-item .-link.topbar-icon-on,
header.top-bar .-logo:hover{
background-color: #fafafa;
}
.topbar-dialog {
border:solid 1px #bbb;
border-top-color:#e1e1e1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment