We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d874f commit 3d66677Copy full SHA for 3d66677
src/Dashboard.css
@@ -32,6 +32,14 @@
32
33
--dashboard-color-list-hover-bg: #fafbfc;
34
35
+ --dashboard-color-success: hsl(151, 45%, 47%);
36
+ --dashboard-color-success-bg: hsl(151, 45%, 95%);
37
+ --dashboard-color-warning: hsl(26, 84%, 51%);
38
+ --dashboard-color-warning-bg: hsl(26, 84%, 94%);
39
+ --dashboard-color-error: hsl(4, 74%, 57%);
40
+ --dashboard-color-error-bg: hsl(4, 74%, 96%);
41
+ --dashboard-color-progress: #354b60;
42
+ --dashboard-color-progress-bg: hsl(201, 16%, 80%);
43
44
/* Font sizes */
45
--dashboard-fontsize-icon: 1.25em;
0 commit comments