13 lines
350 B
CSS
13 lines
350 B
CSS
#domain li::marker{
|
|
width: 1.5rem;
|
|
height: 1.5rem;
|
|
}
|
|
#domain li:nth-child(1) {
|
|
list-style-image: url('https://blog.shoebottom.ca/favicon.ico');
|
|
}
|
|
#domain li:nth-child(2) {
|
|
list-style-image: url('https://git.shoebottom.ca/favicon.ico');
|
|
}
|
|
#domain li:nth-child(3) {
|
|
list-style-image: url('https://live.shoebottom.ca/favicon.ico');
|
|
} |