Skip to content

Commit

Permalink
Update _alerts.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Jan 5, 2015
1 parent c80d7cc commit 632166f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/partials/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
margin: 1em 0;
padding: 0 1em;
background-color: $alert-color-scheme;
border-left: 5px solid darken($alert-color-scheme, 20);
border: 1px solid darken($alert-color-scheme, 20);
color: darken($alert-color-scheme, 70);

.close {
Expand Down

0 comments on commit 632166f

Please sign in to comment.