Skip to content

Commit cfdc3a8

Browse files
authored
refactor: change green color palette (#16)
1 parent 90edb50 commit cfdc3a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

resources/assets/css/_variables.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
--theme-color-warning-900: #ec5c08;
5050

5151
/* Green */
52-
--theme-color-success-50: #f6fdf8;
53-
--theme-color-success-100: #edf7f0;
54-
--theme-color-success-200: #e2f0e6;
55-
--theme-color-success-300: #b0dbbc;
56-
--theme-color-success-400: #8cc69d;
52+
--theme-color-success-50: #f1fbf4;
53+
--theme-color-success-100: #e2f0e6;
54+
--theme-color-success-200: #b0dbbc;
55+
--theme-color-success-300: #8cc69d;
56+
--theme-color-success-400: #60c07c;
5757
--theme-color-success-500: #42b263;
5858
--theme-color-success-600: #289548;
5959
--theme-color-success-700: #307845;

0 commit comments

Comments
 (0)