diff options
author | EuAndreh <eu@euandre.org> | 2023-04-09 08:37:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-09 08:47:40 -0300 |
commit | 9557f9d508bf9bb61d4bb804084d6508f94e34f4 (patch) | |
tree | 49913ee12da48bcb13d036826c94939c32e7e108 /v2/src/lib | |
parent | v2: i18n of the collection name, "article" collection in root (diff) | |
download | euandre.org-9557f9d508bf9bb61d4bb804084d6508f94e34f4.tar.gz euandre.org-9557f9d508bf9bb61d4bb804084d6508f94e34f4.tar.xz |
v2: CSS dark mode, including SVGs
Diffstat (limited to '')
-rw-r--r-- | v2/src/lib/category-header.html | 2 | ||||
-rw-r--r-- | v2/src/lib/index-postamble.html | 2 | ||||
-rw-r--r-- | v2/src/lib/index-preamble.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/v2/src/lib/category-header.html b/v2/src/lib/category-header.html index a69b198..03f0949 100644 --- a/v2/src/lib/category-header.html +++ b/v2/src/lib/category-header.html @@ -1,6 +1,6 @@ <h2 id="$category"> <a href="#$category">$index_recent_title_html</a> <a href="$feed_url"> - <img class="simple-icon" src="$icon_atom_url" alt="$icon_atom_alt" /> + <img class="svg-icon" src="$icon_atom_url" alt="$icon_atom_alt" /> </a> </h2> diff --git a/v2/src/lib/index-postamble.html b/v2/src/lib/index-postamble.html index 92ebbf2..899c88c 100644 --- a/v2/src/lib/index-postamble.html +++ b/v2/src/lib/index-postamble.html @@ -3,6 +3,6 @@ <h2> <a href="$by_category_url"> $index_category_title_html - <img class="simple-icon" src="$icon_linkto_url" alt="$icon_linkto_alt" /> + <img class="svg-icon" src="$icon_linkto_url" alt="$icon_linkto_alt" /> </a> </h2> diff --git a/v2/src/lib/index-preamble.html b/v2/src/lib/index-preamble.html index 2c17031..57563bc 100644 --- a/v2/src/lib/index-preamble.html +++ b/v2/src/lib/index-preamble.html @@ -1,7 +1,7 @@ <h2> $index_recent_title_html <a href="$feed_url"> - <img class="simple-icon" src="$icon_atom_url" alt="$icon_atom_alt" /> + <img class="svg-icon" src="$icon_atom_url" alt="$icon_atom_alt" /> </a> </h2> <ul class="no-style"> |