File size: 335 Bytes
e4f4821
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.task-board-category-container {
    text-align: right;
    margin-top: 8px;
    margin-bottom: 8px
}

.task-board-category {
    border: 1px solid #555;
    font-size: 0.9em;
    font-weight: 500;
    color: #000;
    padding: 1px 3px 1px 2px;
    border-radius: 3px
}

.task-board-category a:hover {
    text-decoration: underline
}