Hi
What I want to do is to have 3 different colors on the border color in blockquotes to choose from. But it seems that if I try to define 3 classes for that – the Border color is overruled from somewhere.
.blockquotegreen {
border-left: 1px dashed #2ecc71;
}
This changes the left border to 1 px and dashed, but the green color is not working.