From cfed675b0dcb5b0701dc88f260aafd536a92455c Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 29 May 2024 10:06:30 -0300 Subject: [PATCH] Add basic idea for icons on ul, web support isnt there yet tho --- icons.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 icons.css 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