diff options
author | Paul Duncan <pabs@pablotron.org> | 2024-05-27 13:58:13 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2024-05-27 13:58:13 -0400 |
commit | 48f3534fade8ecf107b5d797d2ddcc30520e798f (patch) | |
tree | 9e51aa4c0242bbea06cb110d98a6a8c02db2db70 /themes/hugo-pt2021/static | |
parent | 2c6fe60f0fa20e7d57d690e188ba39fe4aa6804a (diff) | |
download | pablotron.org-48f3534fade8ecf107b5d797d2ddcc30520e798f.tar.bz2 pablotron.org-48f3534fade8ecf107b5d797d2ddcc30520e798f.zip |
themes/hugo-pt2021: add dark mode
Diffstat (limited to 'themes/hugo-pt2021/static')
-rw-r--r-- | themes/hugo-pt2021/static/ims/README.md | 6 | ||||
-rw-r--r-- | themes/hugo-pt2021/static/ims/theme.svg | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/themes/hugo-pt2021/static/ims/README.md b/themes/hugo-pt2021/static/ims/README.md new file mode 100644 index 0000000..b821a7e --- /dev/null +++ b/themes/hugo-pt2021/static/ims/README.md @@ -0,0 +1,6 @@ +[SVG][] icons from [Bootstrap Icons][] used in page header. + +[svg]: https://en.wikipedia.org/wiki/SVG + "Scalable vector graphics (SVG)" +[bootstrap icons]: https://icons.getbootstrap.com/ + "Bootstrap icons" diff --git a/themes/hugo-pt2021/static/ims/theme.svg b/themes/hugo-pt2021/static/ims/theme.svg new file mode 100644 index 0000000..ae34ceb --- /dev/null +++ b/themes/hugo-pt2021/static/ims/theme.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" stroke="#fff" fill="#fff" class="bi bi-brightness-low-fill" viewBox="0 0 16 16"> + <path d="M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0M8.5 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 11a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m5-5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m-11 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m9.743-4.036a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707m-7.779 7.779a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707m7.072 0a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707M3.757 4.464a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707"/> +</svg> |