Skip to content

Instantly share code, notes, and snippets.

@guilhermelimak
Created October 22, 2019 19:56
Show Gist options
  • Save guilhermelimak/691935396f10ec8b8725043bb22a8f6d to your computer and use it in GitHub Desktop.
Save guilhermelimak/691935396f10ec8b8725043bb22a8f6d to your computer and use it in GitHub Desktop.
* {
color: #DDD;
background: #101010!important;
border-color: #333 !important;
}
.prettyprint,
code span {
color: initial;
background-color: #ccc !important;
}
#mainbar,
.mainbar {
width: 100%;
}
.post-tag {
border: none;
background-color: #181818 !important;
}
#question-header a {
color: white !important;
}
#question-header {
text-align: center;
}
header .-container,
.grid.fw-wrap,
#question-header {
display: flex;
justify-content: center;
}
#content {
border: none !important;
}
.is-selected {
color: white !important;
border: none !important;
}
.bottom-notice {
color: #777;
}
footer,
ol.list-reset.grid,
.-main,
#sidebar,
.user-logged-out,
#post-form,
.ws-nowrap.s-btn.s-btn__primary,
.left-sidebar,
#announcement-banner,
.js-dismissable-hero {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment