Some refactoring

This commit is contained in:
2020-10-30 23:20:24 +01:00
parent fe5cd04506
commit 24f3d69301
11 changed files with 241 additions and 182 deletions

View File

@ -1,4 +1,4 @@
body {
ody {
font-family: Ubuntu;
}
@ -6,14 +6,14 @@ body {
text-align: center;
}
ul.category_list {
ul.striped_list {
max-width: 40em;
list-style-type: none;
margin: auto;
padding: 0;
}
ul.category_list > li:nth-of-type(odd) {
ul.striped_list > li:nth-of-type(odd) {
background-color: #f0f0f0;
}
@ -80,23 +80,23 @@ ul.category_list > li:nth-of-type(odd) {
border-width: 0px 0 0px 50px;
}
.history_list {
}
.history_entry {
padding: 0.2em;
}
.history_entry_category {
}
.history_entry_started {
.history_entry_duration {
color: #892be1;
}
.history_entry_started {
color: #cc661e;
}
.history_entry_ended {
color: #9f2727;
}