Skip to content

Commit 4d6f941

Browse files
committed
Merge branch 'develop' into filip/v19/improve-was-completed-check
2 parents 99d6290 + ecd8b9b commit 4d6f941

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

assets/css/page-widgets/content-activity.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
tr {
3030

3131
&:nth-child(odd) {
32-
background-color: #f9fafb;
32+
background-color: #f6f7f9;
3333
}
3434
}
3535
}

views/page-widgets/content-activity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function ( $activity ) use ( $prpl_tracked_post_types ) {
9898
<prpl-big-counter
9999
number="<?php echo \esc_html( \number_format_i18n( (int) $prpl_activities_count['all'] ) ); ?>"
100100
content="<?php \esc_attr_e( 'pieces of content managed', 'progress-planner' ); ?>"
101-
background-color="var(--prpl-background-blue)"
101+
background-color="var(--prpl-background-purple)"
102102
></prpl-big-counter>
103103

104104
<div class="prpl-graph-wrapper">

0 commit comments

Comments
 (0)