I have a jfiddle right now. This is a code I found online implementing a talk bubble https://jsfiddle.net/3L5abt5t/
However, when I run the code, the triangle part seems to be green. I want it to be transparent and just have a green outline. Sorry, new to css. This might be a simple fix. Any help would be greatly appreciated! Thank you!
Does it have to do with this code?
.triangle-border.left:before {
top: 10px;
bottom: auto;
left: -30px;
border-width: 15px 30px 15px 0;
border-color: transparent #5a8f00;
}