Skip to content

Commit f470691

Browse files
authored
Embeds and webhook transparety change
1 parent 25c5c9d commit f470691

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/messages/embed.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33
position: relative;
44
background: transparent;
55
border-width: 0;
6-
border-color: hsla(0, 0%, 100%, .1);
6+
border-color: #fff;
77
&:before {
88
content: "";
99
position: absolute;
1010
top: 0;
1111
left: 0;
1212
height: 100%;
1313
border-left: 4px solid;
14-
border-color: inherit;
15-
opacity: .3;
1614
}
1715
%embedAuthorName,
1816
%embedFieldName,

0 commit comments

Comments
 (0)