We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c5c9d commit f470691Copy full SHA for f470691
src/messages/embed.scss
@@ -3,16 +3,14 @@
3
position: relative;
4
background: transparent;
5
border-width: 0;
6
- border-color: hsla(0, 0%, 100%, .1);
+ border-color: #fff;
7
&:before {
8
content: "";
9
position: absolute;
10
top: 0;
11
left: 0;
12
height: 100%;
13
border-left: 4px solid;
14
- border-color: inherit;
15
- opacity: .3;
16
}
17
%embedAuthorName,
18
%embedFieldName,
0 commit comments