Skip to content

Commit 57346e4

Browse files
committed
Update order of color codes
1 parent a514a05 commit 57346e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/_themes.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ $light-gray : mix(#fff, $gray, 50%);
1010
$lighter-gray : mix(#fff, $gray, 90%);
1111

1212
/* Color codes used for the site */
13-
$success-color : #62c462;
14-
$warning-color : #f89406;
1513
$danger-color : #ee5f5b;
1614
$info-color : #2f7f93;
1715
$notice-color : #7a8288;
16+
$success-color : #62c462;
17+
$warning-color : #f89406;
1818

1919
/* Default light theme for the site */
2020
:root {

0 commit comments

Comments
 (0)