commit ecf8614b450e8c8477423cb95d5aecc06ca282c9
parent ede967871d992e44f451da3f6c9715a955f0ec7f
Author: erai <erai@omiltem.net>
Date: Sat, 13 Apr 2024 23:08:50 -0400
no link copyright
Diffstat:
4 files changed, 3 insertions(+), 12 deletions(-)
diff --git a/about/index.html b/about/index.html
@@ -47,7 +47,7 @@
</article>
</main>
<footer>
- © 2024 <a href="/about">erai</a>
+ © 2024 erai
</footer>
</body>
</html>
diff --git a/blog/index.html b/blog/index.html
@@ -25,7 +25,7 @@
</article>
</main>
<footer>
- © 2024 <a href="/about">erai</a>
+ © 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>
- © 2024 <a href="/about">erai</a>
+ © 2024 erai
</footer>
</body>
</html>