A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 style.css

View raw Download
text/plain • 255 B
Unicode text, UTF-8 text
        
            
1
.breadcrumbs {
2
display: flex;
3
list-style-type: none;
4
padding: 0;
5
}
6
.breadcrumbs li:not(:first-child)::before {
7
display: inline-block;
8
content: "»";
9
margin: 0 8px;
10
}
11
12
.direct-link {
13
text-decoration: none;
14
font-size: 12px;
15
}