hi there,
i want to use sperators short space on different background colors. how can i change the seperator-border colors. f.e. white on grey and grey on white.
heres my code:
span.hr-inner:nth-of-type(1) {
border-color: #FFFFFF ;
}
span.hr-inner-style:nth-child(1){
border-color: #FFFFFF ;
}
span.hr-inner:nth-of-type(2) {
border-color: #8F8F8F ;
}
span.hr-inner-style:nth-child(2) {
border-color: #8F8F8F ;
}
first child works