scottohara/loot

View on GitHub
src/categories/css/index.css

Summary

Maintainability
Test Coverage
table#categories {
    td,
    th {
        font-weight: bold;

        &.direction {
            width: 5%;
            text-align: center;
        }

        &.subcategory {
            font-weight: normal;
            padding-left: 40px;
        }
    }
}