Skip to content

Instantly share code, notes, and snippets.

@NunoAlexandre
Created September 9, 2020 18:58
Show Gist options
  • Select an option

  • Save NunoAlexandre/7260f0cf02effb208d54d607cbed11ef to your computer and use it in GitHub Desktop.

Select an option

Save NunoAlexandre/7260f0cf02effb208d54d607cbed11ef to your computer and use it in GitHub Desktop.
Easier Github on the eyes
.xHeader-item--full {
width: 2;
width: auto !important;
margin: 0 auto !important;
flex: none;
}
xbody,.Box {
background-color: #e7e7e7;
}
.xHeader-item.mr-0.mr-lg-3.flex-order-1.flex-lg-order-none {
position: absolute;
top: 17px;
left: 35vw;
}
body, .bg-gray, .pagehead, .team-left-column, #partial-discussion-header, .discussion-timeline-actions, .UnderlineNav, #readme, .Details-content--hidden-not-important, .Box-header {
background-color: #eee !important;
}
.Box.p-3.mt-2, .Box-row.d-flex.p-2, .comment-body {
background-color: #f9f9f9 !important;
}
.pagehead, .Header {
margin: 0 auto;
width: 75vh;
background-color: #eee;
}
.Header * {
color: #333 !important;
background-color: #eee !important;
}
.bg-gray-light.pt-3.hide-full-screen.mb-5 {
margin: 0 auto;
width: 50vw;
min-width: 800px;
background: transparent !important;
margin-top: 35px;
}
.UnderlineNav-body {
margin: 0 auto;
margin-bottom: 35px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment