Add clean styling for SOMETIME state.
This commit is contained in:
parent
e639df35a7
commit
9a020285ad
1 changed files with 5 additions and 0 deletions
|
@ -334,6 +334,11 @@ h1.title .state.todo-True {
|
||||||
h1.title .state.todo-False {
|
h1.title .state.todo-False {
|
||||||
background-color: rgba(0,255,0,0.25);
|
background-color: rgba(0,255,0,0.25);
|
||||||
}
|
}
|
||||||
|
h1.title .state.todo-True.state-SOMETIME {
|
||||||
|
background-color: #ddd;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
h1.title .tags {
|
h1.title .tags {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue