blob: caf0e85dfa4767781e336bf1cc0472a87a7170a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.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
}
|