Add basic idea for icons on ul, web support isnt there yet tho

This commit is contained in:
Isaac Shoebottom 2024-05-29 10:06:30 -03:00
parent 3316025edb
commit cfed675b0d

13
icons.css Normal file
View 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');
}