small pixel drawing of a pufferfish j3s.sh

style: add abyss shadow
Jes Olson j3s@c3f.net
Tue, 25 Jul 2023 21:43:00 -0500
commit

58cf0679dfd9aa6aba172c8ebf434c2f2861d5a0

parent

8b59fbe7a21bbe0d5a2fe6b70cb27557b1a89425

2 files changed, 16 insertions(+), 2 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -55,3 +55,17 @@ -moz-filter: grayscale(100%);

-ms-filter: grayscale(100%); filter: grayscale(100%); } + +.abyss { + color: gray; + text-shadow: + 1px 1px 3px black, + -1px -1px 3px black, + 1px -1px 3px black, + -1px 1px 3px black, + 0 0 2em black, + 0 0 0.8em black, + 0 0 5px black, + 0 0 10px black, + 0 0 15px black; +}
M templates/layout.htmltemplates/layout.html

@@ -36,8 +36,8 @@ <a href="/now.html">now</a>

<a href="/about.html">about</a> <a href="/thoughts.html">thoughts</a> <a href="/creations.html">creations</a> - <a href="https://git.j3s.sh">>git</a> - <a href="https://abyss.j3s.sh">>abyss</a> + <a href="https://git.j3s.sh">git</a> + <a class="abyss" href="https://abyss.j3s.sh">abyss</a> </p> <hr> </div>