Created
June 25, 2020 17:17
-
-
Save sheerun/70a404ad3b8c5135ec0d1403ce60a000 to your computer and use it in GitHub Desktop.
Fix new GitHub UI (redue maximum width of navbar)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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