1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/css/capistrano.css

56 lines
767 B
CSS
Raw Normal View History

2013-06-22 12:34:07 -04:00
body {
font-family: "proxima-nova",sans-serif;
2013-06-12 16:44:00 -04:00
}
2013-06-22 12:34:07 -04:00
.top-bar {
2013-06-12 16:44:00 -04:00
background-color: #1C1B39;
2013-06-22 12:34:07 -04:00
height: 170px;
2013-06-12 16:44:00 -04:00
}
2013-06-22 12:34:07 -04:00
h1, h2, h3, h4, h5, h6 {
2013-06-24 14:29:21 -04:00
font-weight: 400;
2013-06-12 16:44:00 -04:00
font-family: 'Enriqueta', serif;
}
2013-06-22 12:34:07 -04:00
p code, li code {
padding: 3px;
background-color: #E6E6E6;
font-family: "droid-sans-mono", Consolas, Monaco, 'Andale Mono', monospace;
font-size: 0.9em;
color: #222;
border-radius: 3px;
2013-06-12 16:44:00 -04:00
}
2013-06-25 13:32:05 -04:00
footer {
padding: 1em;
background-color: #222;
color: #fff;
}
footer a {
color: #fff;
}
footer ul.social.icons {
list-style-type: none;
}
footer ul.social.icons li {
float: left;
margin-left: 10px;
font-size: 5em;
}
2013-06-30 07:30:03 -04:00
.github-widget {
margin-bottom: 1em;
}
.github-box .github-box-download {
height: 44px !important;
}
2013-06-30 11:26:18 -04:00
pre code {
color: #fff;
}