Skip to content

Instantly share code, notes, and snippets.

@sheerun
Created June 25, 2020 17:17
Show Gist options
  • Save sheerun/70a404ad3b8c5135ec0d1403ce60a000 to your computer and use it in GitHub Desktop.
Save sheerun/70a404ad3b8c5135ec0d1403ce60a000 to your computer and use it in GitHub Desktop.
Fix new GitHub UI (redue maximum width of navbar)
.application-main {
max-width: 1180px;
margin: 0 auto;
}
* {
border-radius: 0 !important;
box-shadow: none !important;
}
.Counter {
border-radius: 0.8em !important;
}
.btn {
border-radius: 0.33em !important;
}
.pagehead {
background-color: white !important;
}
.UnderlineNav {
background-color: white !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment