org-editor/style.css
Sergio Martínez Portela 259dfd1229 Explore basic styling.
2021-12-27 20:28:24 +01:00

20 lines
280 B
CSS

#task-list {
border: 1px solid #cdc7c2;
padding: 1ex;
margin: 1ex;
}
#task-list .state-button,
#task-list .clock-button {
margin-right: 1ex;
}
window {
background-color: #d6d5d4;
}
#task-list .task-name {
border: none;
border-bottom: 1px solid #ccc;
border-radius: 0;
}