blob: ed690bb0254488f049dd0d2d5e3bf130cf9acd0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
#org-agenda-indicator-label {
margin: 0 6px;
max-width: 24em;
}
.org-agenda-indicator-overdue {
font-weight: 600;
}
.org-agenda-indicator-section {
padding: 6px 12px 2px;
}
.org-agenda-indicator-section-label {
font-size: 0.82em;
font-weight: 700;
letter-spacing: 0.06em;
opacity: 0.7;
text-transform: uppercase;
}
.org-agenda-indicator-row {
min-width: 22em;
padding: 3px 0;
}
.org-agenda-indicator-row-title {
font-weight: 600;
}
.org-agenda-indicator-row-meta {
font-size: 0.9em;
opacity: 0.75;
}
.org-agenda-indicator-row-title.org-agenda-indicator-overdue {
color: #d97706;
}
|