Skip to content

Commit ef9f647

Browse files
authored
Merge pull request #629 from Chris0Jeky/feature/627-home-action-color
UX-27: Soften Home primary action card color
2 parents 0100557 + f1af7e1 commit ef9f647

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

frontend/taskdeck-web/src/views/HomeView.vue

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -558,13 +558,14 @@ onActivated(refreshHomeSummary)
558558
}
559559
560560
.td-home-action--primary {
561-
background: var(--td-color-ember-glow);
562-
color: var(--td-text-inverse);
561+
background: var(--td-color-ember-dim);
562+
color: var(--td-text-primary);
563+
border-left: 3px solid var(--td-color-ember);
563564
}
564565
565566
.td-home-action--primary:hover {
566-
background: var(--td-color-ember);
567-
box-shadow: 0 0 20px rgba(255, 83, 82, 0.25);
567+
background: color-mix(in srgb, var(--td-color-ember) 18%, transparent);
568+
box-shadow: none;
568569
}
569570
570571
.td-home-action--secondary {

0 commit comments

Comments
 (0)