Homepage: https://theme.roundabout-host.com

 breadcrumbs.css

View raw Download
text/plain • 196 B
ASCII text
        
            
1
[aria-label=breadcrumbs] ol {
2
padding: 0;
3
}
4
5
[aria-label=breadcrumbs] li {
6
list-style: none;
7
display: inline-block;
8
}
9
10
[aria-label=breadcrumbs] li + li::before {
11
content: " / ";
12
}
13