summaryrefslogtreecommitdiff
path: root/sass/_partial/_taxonomy.scss
blob: 1db369f895987d434d1162766a15c327fb4f6b3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.term-name {
    color: #000000c0;
    font-size: 125%;
    font-style: italic;
    text-decoration: none;
}

.term-name-heading {
    border: 1px #616161;
    border-style: solid none none none;
    padding: 0.5em 0;
}