Skip to content

Commit

Permalink
bar colors change once again
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaaks committed Nov 9, 2023
1 parent 9906643 commit 4acb9b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/v0.2/ChecklistProgressBars.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,19 +182,19 @@ defineProps<PropType>();
border: 1px solid var(--dark);
}
.blue {
background-color: var(--ardc-blue);
background-color: #00A7D9;
width: v-bind('progress.f'); /* CSS Vue magic here */
}
.pink {
background-color: var(--ardc-blue);
background-color: #00A7D9;
width: v-bind('progress.a'); /* CSS Vue magic here */
}
.yellow {
background-color: var(--ardc-blue);
background-color: #00A7D9;
width: v-bind('progress.i'); /* CSS Vue magic here */
}
.purple {
background-color: var(--ardc-blue);
background-color: #00A7D9;
width: v-bind('progress.r'); /* CSS Vue magic here */
}
Expand Down

0 comments on commit 4acb9b6

Please sign in to comment.