diff --git a/python/web/src/static/themes/modern/icons/chevrons-left.svg b/python/web/src/static/themes/modern/icons/home.svg similarity index 57% rename from python/web/src/static/themes/modern/icons/chevrons-left.svg rename to python/web/src/static/themes/modern/icons/home.svg index c32e3983..7bb31b23 100644 --- a/python/web/src/static/themes/modern/icons/chevrons-left.svg +++ b/python/web/src/static/themes/modern/icons/home.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/python/web/src/static/themes/modern/style.css b/python/web/src/static/themes/modern/style.css index 049f3bbd..e057da98 100644 --- a/python/web/src/static/themes/modern/style.css +++ b/python/web/src/static/themes/modern/style.css @@ -1060,7 +1060,7 @@ body.page-manpage div.content p.home { a.back { padding: 0.25rem 0 0.25rem 2rem; font-weight: bold; - background: url("icons/chevrons-left.svg") no-repeat left center; + background: url("icons/home.svg") no-repeat left center; } a.back span.separator {