2 width: calc
(100% - 8px); /* 8px to account for the default padding and border */
29 body
.dark
.content
, body
.dark textarea
{
37 background-color: black
;
54 body
.dark
.statedate
{ opacity: 60%; }
55 .task[data-state=cancelled] > .statedate { background-color: #fee; }
56 .task[data-state=deleted] > .statedate { background-color: #ddd; }
57 .task[data-state=done] > .statedate { background-color: #efe; }
58 .task[data-state=someday-maybe] > .statedate { background-color: #eef; }
59 .task[data-state=waiting] > .statedate { background-color: #faf; }
60 body
.dark
.task
[data-state
=cancelled
] > .statedate
{ background-color: #600; }
61 body
.dark
.task
[data-state
=deleted
] > .statedate
{ background-color: #222; }
62 body
.dark
.task
[data-state
=done
] > .statedate
{ background-color: #060; }
63 body
.dark
.task
[data-state
=someday-maybe
] > .statedate
{ background-color: #006; }
64 body
.dark
.task
[data-state
=waiting
] > .statedate
{ background-color: #303; }
68 body:before
, body:after
{
71 background: var
(--view-state-indicator-color
);
85 border-left: 5px solid var
(--view-state-indicator-color
);
86 border-right: 5px solid var
(--view-state-indicator-color
);
88 body
.dark
, body
.dark input
{
90 background-color: black
;