diff --git a/assets/arrow-list.png b/assets/arrow-list.png deleted file mode 100644 index 033259af..00000000 Binary files a/assets/arrow-list.png and /dev/null differ diff --git a/css/style-sitemap.css b/css/style-sitemap.css new file mode 100644 index 00000000..529d9472 --- /dev/null +++ b/css/style-sitemap.css @@ -0,0 +1,31 @@ +main ul { + display: grid; + gap: 0.5rem; +} + +.link-list { + margin: 0 0 0 1em; + padding: 0; + list-style: none; +} + +.link-list li { + padding-left: 0.5em; + align-items: start; +} + +.link-list li::marker { + content: "▶"; +} + +.link-list ul li::marker { + content: "★"; +} + +.link-list ul ul li::marker { + content: "♥"; +} + +.link-list ul ul ul li::marker { + content: "❣"; +} \ No newline at end of file diff --git a/sitemap.html b/sitemap.html index 77973382..3acc5b7c 100644 --- a/sitemap.html +++ b/sitemap.html @@ -12,6 +12,7 @@ + @@ -40,7 +41,7 @@
This page lists the links to the pages on my website for easier navigation.
-