Skip to content

Commit 632166f

Browse files
Update _alerts.scss
1 parent c80d7cc commit 632166f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sass/partials/_alerts.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
margin: 1em 0;
55
padding: 0 1em;
66
background-color: $alert-color-scheme;
7-
border-left: 5px solid darken($alert-color-scheme, 20);
7+
border: 1px solid darken($alert-color-scheme, 20);
88
color: darken($alert-color-scheme, 70);
99

1010
.close {

0 commit comments

Comments
 (0)