aboutsummaryrefslogblamecommitdiff
path: root/docs/css/main.css
blob: 8432d0f9110cc67ea93ecae7d848a3949a28bd98 (plain) (tree)
1
2
3
4
5

   


                                                                                






















                                                                         
---
---
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*.brand {
  background: url({{HOME_PATH}}img/spark-logo.jpg) no-repeat left center;
  height: 40px;
  width: 100px;
}
*/

body {
  line-height: 1.6; /* Inspired by Github's wiki style */
}

h1 {
  font-size: 28px;
}

code {
  color: #333;
}

.container {
  max-width: 914px;
}