diff --git a/website/client/src/assets/scss/task.scss b/website/client/src/assets/scss/task.scss index 6afb3e2234..cdb4fb81e7 100644 --- a/website/client/src/assets/scss/task.scss +++ b/website/client/src/assets/scss/task.scss @@ -41,7 +41,7 @@ &-modal { &-bg { background: $maroon-100 !important; } - &-headings { color: $white; } + &-headings { color: $white !important; } &-icon { color: $maroon-100 !important; } &-text { color: $red-1 !important; } &-content { diff --git a/website/client/src/components/group-plans/taskInformation.vue b/website/client/src/components/group-plans/taskInformation.vue index 5dc36ded7b..3173dcaa2d 100644 --- a/website/client/src/components/group-plans/taskInformation.vue +++ b/website/client/src/components/group-plans/taskInformation.vue @@ -28,8 +28,16 @@ >
+
+ +