summaryrefslogtreecommitdiff
path: root/assets/css/src/dashboard.css
blob: 179aa40d0aae9285aba561e1e6021fabe8bdbdb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.dashboard-project-stats small {
    margin-right: 10px;
    color: var(--color-light);
}

.dashboard-table-link {
    font-weight: bold;
    color: #000;
    text-decoration: none
}

.dashboard-table-link:focus,
.dashboard-table-link:hover {
    color: var(--color-light);
}