org-editor/style.css

20 lines
280 B
CSS
Raw Normal View History

2021-12-27 19:28:24 +00:00
#task-list {
border: 1px solid #cdc7c2;
padding: 1ex;
margin: 1ex;
2021-12-26 20:09:20 +00:00
}
2021-12-27 19:28:24 +00:00
#task-list .state-button,
#task-list .clock-button {
margin-right: 1ex;
2021-12-26 20:09:20 +00:00
}
2021-12-27 19:28:24 +00:00
window {
background-color: #d6d5d4;
}
#task-list .task-name {
border: none;
border-bottom: 1px solid #ccc;
border-radius: 0;
}