web

A collection of scripts used to generate this website
git clone https://erai.gay/code/web/
Log | Files | Refs | LICENSE

commit ecf8614b450e8c8477423cb95d5aecc06ca282c9
parent ede967871d992e44f451da3f6c9715a955f0ec7f
Author: erai <erai@omiltem.net>
Date:   Sat, 13 Apr 2024 23:08:50 -0400

no link copyright

Diffstat:
Mabout/index.html | 2+-
Mblog/index.html | 2+-
Mcss/style.css | 9---------
Mindex.html | 2+-
4 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/about/index.html b/about/index.html @@ -47,7 +47,7 @@ </article> </main> <footer> - &copy; 2024 <a href="/about">erai</a> + &copy; 2024 erai </footer> </body> </html> diff --git a/blog/index.html b/blog/index.html @@ -25,7 +25,7 @@ </article> </main> <footer> - &copy; 2024 <a href="/about">erai</a> + &copy; 2024 erai </footer> </body> </html> diff --git a/css/style.css b/css/style.css @@ -79,11 +79,6 @@ footer { text-align: center; } -footer a, footer a:visited { - color: #000000; - text-decoration: none; -} - code, pre { white-space: pre-wrap; font-family: monospace; @@ -165,10 +160,6 @@ blockquote { color: #eeeeee; } - footer a, footer a:visited { - color: #eeeeee; - } - a { color: #8ea5cc; } diff --git a/index.html b/index.html @@ -27,7 +27,7 @@ </article> </main> <footer> - &copy; 2024 <a href="/about">erai</a> + &copy; 2024 erai </footer> </body> </html>