Skip to content

Commit 8cc2852

Browse files
committed
Fix global warning color
1 parent 866f96d commit 8cc2852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/stylesheets/partials/_global.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141

4242
.warning {
43-
background-color: #ff3207;
43+
background-color: #fb3;
4444
}
4545

4646
.success {

0 commit comments

Comments
 (0)