summaryrefslogtreecommitdiff
path: root/css/content.css
blob: 07352dcbbab169f7962945c2662a6703f3933e95 (plain)
1
2
3
4
5
6
7
8
9
10
.content {
    background-color: white;
    padding: 5px;
}

.content hr {
    height: 1px;
    border: none;
    background-color: #98A5B0;
}