Skip to content

Instantly share code, notes, and snippets.

@exerro
Created November 6, 2016 16:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exerro/745d8edb1d7ed0730e8a843b38cba4b0 to your computer and use it in GitHub Desktop.
Save exerro/745d8edb1d7ed0730e8a843b38cba4b0 to your computer and use it in GitHub Desktop.
Howl.ci style
p {
color: rgba(0, 0, 0, 0.8);
font-weight: 400;
}
a {
font-weight: 400 !important;
}
header {
padding: 24px;
position: fixed;
height: auto !important;
}
div#content {
padding-top: 100px !important;
}
button.repo-submit {
width: 40px;
color: rgba(0, 0, 0, 0.6) !important;
}
h2 {
border: none;
font-weight: lighter;
}
h3 {
/* font-weight: 300; */
color: rgba(0, 0, 0, 0.7);
padding-top: 8px;
padding-bottom: 8px;
border-bottom: rgba(0, 0, 0, 0.15) 1px solid;
}
input.repo-input {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border: 0px !important;
padding: 10px !important;
}
button.repo-submit {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border: 0px !important;
border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
}
pre.box {
border-radius: 8px;
border: 1.5px solid rgb(220, 220, 220);
background-color: rgb(250, 250, 250) !important;
}
code {
border-radius: 4px;
padding: 0px;
padding-left: 4px;
padding-right: 4px;
border: 1px solid rgb(220, 220, 220);
}
div.main-sidebar a {
line-height: 18px;
}
div.main-sidebar li {
margin-top: 8px;
}
div.main-content li {
color: rgba(0, 0, 0, 0.8);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment