style: add abyss shadow
Jes Olson j3s@c3f.net
Tue, 25 Jul 2023 21:43:00 -0500
2 files changed,
16 insertions(+),
2 deletions(-)
M
static/style.css
→
static/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.html
→
templates/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>