diff --git a/icons.css b/icons.css new file mode 100644 index 0000000..8e56758 --- /dev/null +++ b/icons.css @@ -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'); +} \ No newline at end of file