diff --git a/themes/DeepThought/sass/deep-thought.sass b/themes/DeepThought/sass/deep-thought.sass index 0e18ff9..786ae92 100644 --- a/themes/DeepThought/sass/deep-thought.sass +++ b/themes/DeepThought/sass/deep-thought.sass @@ -588,6 +588,9 @@ code .icon-text font-size: 16px +.footer-text + color: black !important + summary cursor: pointer margin-top: 0.5em @@ -612,6 +615,7 @@ body[theme="dark"] .navbar body[theme="dark"] .footer background-color: #090809 !important + body[theme="dark"] .navbar-item color: #c9c7c9 !important @@ -657,7 +661,7 @@ body[theme="dark"] a.toc body[theme="dark"] a.toc:hover color: black !important -body[theme="dark"] a:not(.toc,.navbar-item) +body[theme="dark"] a:not(.toc,.navbar-item,.footer-text) color: #fa86d8 !important body[theme="dark"] code @@ -671,3 +675,5 @@ body[theme="dark"] a.is-active img[theme=dark]:not(.no-dark) filter: invert(1) hue-rotate(180deg) +body[theme="dark"] .footer-text + color: white !important diff --git a/themes/DeepThought/static/icons/arrow-right.png b/themes/DeepThought/static/icons/arrow-right.png new file mode 100644 index 0000000..6dc1f90 Binary files /dev/null and b/themes/DeepThought/static/icons/arrow-right.png differ diff --git a/themes/DeepThought/static/icons/arrow.png b/themes/DeepThought/static/icons/arrow.png new file mode 100644 index 0000000..a1f59f2 Binary files /dev/null and b/themes/DeepThought/static/icons/arrow.png differ diff --git a/themes/DeepThought/static/icons/clock.png b/themes/DeepThought/static/icons/clock.png new file mode 100644 index 0000000..d5fd3bb Binary files /dev/null and b/themes/DeepThought/static/icons/clock.png differ diff --git a/themes/DeepThought/static/icons/cube.png b/themes/DeepThought/static/icons/cube.png new file mode 100644 index 0000000..c4de1af Binary files /dev/null and b/themes/DeepThought/static/icons/cube.png differ diff --git a/themes/DeepThought/static/icons/night-mode.png b/themes/DeepThought/static/icons/night-mode.png new file mode 100644 index 0000000..76ab8c3 Binary files /dev/null and b/themes/DeepThought/static/icons/night-mode.png differ diff --git a/themes/DeepThought/static/icons/rss-symbol.png b/themes/DeepThought/static/icons/rss-symbol.png new file mode 100644 index 0000000..27bc46c Binary files /dev/null and b/themes/DeepThought/static/icons/rss-symbol.png differ diff --git a/themes/DeepThought/static/icons/search.png b/themes/DeepThought/static/icons/search.png new file mode 100644 index 0000000..e337f16 Binary files /dev/null and b/themes/DeepThought/static/icons/search.png differ diff --git a/themes/DeepThought/static/icons/tag.png b/themes/DeepThought/static/icons/tag.png new file mode 100644 index 0000000..fa5e3b9 Binary files /dev/null and b/themes/DeepThought/static/icons/tag.png differ diff --git a/themes/DeepThought/templates/base.html b/themes/DeepThought/templates/base.html index e6f5d48..1c32ffa 100644 --- a/themes/DeepThought/templates/base.html +++ b/themes/DeepThought/templates/base.html @@ -63,13 +63,13 @@ {% endif %} {% endfor %} - - + + - + @@ -121,12 +121,12 @@ {% block footer %}