aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html4
-rw-r--r--style.css5
2 files changed, 5 insertions, 4 deletions
diff --git a/index.html b/index.html
index 6c6fb73..6ae77ae 100644
--- a/index.html
+++ b/index.html
@@ -28,7 +28,7 @@
<a class="navlink" href="https://discord.gg/jy6AjN9ACP">Discord</a>
<a class="navlink" href="/donate.html">Donations and Accounting</a><br>
</nav>
- <marquee scrollamount="15">Now fully legal</marquee>
+ <marquee scrollamount="15">Now fully legal!!!</marquee>
<hr>
<main class="content">
<a class="fst" href="/about_me.html">About me</a><br>
@@ -56,7 +56,7 @@
</main>
<hr>
<footer>
- <span>Last update 08-02-2025. Estabished somewhere around 2019. Sysadmin: arf20. Contact: <a target="_blank" href="mailto:arf20@arf20.com">arf20@arf20.com</a> <a href="/arf20_public.asc">PGP</a> Murcia, Spain.</span><br>
+ <span>Last update 08-02-2025. Estabished 2019. Contact: <a target="_blank" href="mailto:arf20@arf20.com">arf20@arf20.com</a> <a href="/arf20_public.asc">PGP</a> Murcia, Spain.</span><br>
<a href="/LICENSE">Everything here is by default published under the GPLv3</a>
<a href="/">Copyright &copy; 2023 ARFNET</a><br>
<img src="gifs/bestvw.gif">
diff --git a/style.css b/style.css
index a666454..2898ed4 100644
--- a/style.css
+++ b/style.css
@@ -26,7 +26,8 @@ body {
background-color: #282C34;
color: #abb2bf;
- font-family: monospace;
+ font-family: ui-sans-serif;
+ font-weight: 500;
max-width: 1000px;
margin-left: auto;
@@ -55,7 +56,7 @@ body {
}
.navlink {
- font-size: 20px;
+
}
.content {