/* This file is kept intentionally blank inside the jekyll-github-theme
 * It gets imported at the end of custom.css
 * Its purpose is for users of the theme to be able to add css rules from a blank file
 *   these get simply added to the ones already active in the layout.
 */
 .category-title {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding-left: 30px;
 }