Add basic idea for icons on ul, web support isnt there yet tho
This commit is contained in:
parent
3316025edb
commit
cfed675b0d
13
icons.css
Normal file
13
icons.css
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#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');
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user