Skip to content

Instantly share code, notes, and snippets.

@yocontra
Created September 19, 2016 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yocontra/6a41926de839dff48b577d22081e1bf9 to your computer and use it in GitHub Desktop.
Save yocontra/6a41926de839dff48b577d22081e1bf9 to your computer and use it in GitHub Desktop.
css skin for readme.io
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
line-height: 1.5;
font-size: 14px;
font-weight: 300;
color: #3e454c;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h2, h3, strong {
font-weight: 300;
}
#hub-landing-top h2 {
font-size: 40px;
font-weight: 200;
margin: 0;
}
#hub-landing-top p {
margin: 0;
}
#hub-reference {
margin: 0 auto;
max-width: 960px;
background: white;
border-right: 1px solid #dee5e8;
border-left: 1px solid #dee5e8;
}
#hub-reference .hub-reference-right:not(.hub-reference-results) {
background: white !important;
border: 0 !important;
display: none !important;
}
pre {
white-space: pre !important;
}
#header-logo {
width: 45px !important;
}
.theme-solid.header-gradient header#hub-header #header-top {
background: linear-gradient(to left, #4776e6, #8e54e9);
}
* {
border-radius: 0 !important;
}
.block-parameters-table {
border-width: 1px !important;
}
.block-parameters-table .td {
padding: 10px !important;
}
.block-parameters-table .th {
padding: 10px !important;
border-width: 1px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment