summaryrefslogtreecommitdiff
path: root/css/guix.css
blob: 0534209612957af7994985b5a8c3304e2d2805dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.logo {
    padding: 5px;
}

.sort-descend:after {
    content: '▼';
}

.sort-ascend:after {
    content: '▲';
}

.sorter {
    cursor: pointer;
}