Skip to content

Commit

Permalink
fix: add bg color for todo/later
Browse files Browse the repository at this point in the history
fix #16
  • Loading branch information
pengx17 committed Feb 24, 2022
1 parent 627d9e5 commit 3c908c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
overflow: hidden;
margin-right: 0.5rem;
border-radius: 4px;
border: 1px solid #eaeaea;
box-shadow: 0 0 1px #aaa;
width: 240px;
}

Expand All @@ -38,11 +38,13 @@
.todo-master-progress-bar__bar-done {
background-color: var(--ph-highlight-color-green);
}

.todo-master-progress-bar__bar-now {
background-color: var(--ph-highlight-color-blue);
}

.todo-master-progress-bar__bar-later {
background-color: transparent;
background-color: var(--ls-tertiary-background-color);
}

.todo-master-progress-bar__label {
Expand Down

0 comments on commit 3c908c3

Please sign in to comment.