Experiment with a cleaner stylesheet.

This commit is contained in:
Sergio Martínez Portela 2022-03-27 23:57:01 +02:00
parent 247cf7cf8a
commit 6c22d19c6c
1 changed files with 1 additions and 8 deletions

View File

@ -1,7 +1,4 @@
#task-list {
border: 1px solid #cdc7c2;
padding: 1ex;
margin: 1ex;
}
#task-list .state-button,
@ -10,11 +7,7 @@
}
window {
background-color: #d6d5d4;
}
#task-list .task-name {
border: none;
border-bottom: 1px solid #ccc;
border-radius: 0;
}
}