diff --git a/home/style/style.css b/home/style/style.css
index a5e1f9b..1fc7bd0 100644
--- a/home/style/style.css
+++ b/home/style/style.css
@@ -83,6 +83,11 @@ ul {
transform: scale(1.25);
}
+.hover {
+ text-decoration: underline dotted;
+ text-decoration-thickness: 1px;
+}
+
.logo {
object-fit: contain;
align-self: flex-start;
diff --git a/home/terms-privacy.html b/home/terms-privacy.html
index 2fbf87b..c6c5d4b 100644
--- a/home/terms-privacy.html
+++ b/home/terms-privacy.html
@@ -18,7 +18,7 @@
terms
- you agree that you will not use atom.town in any way that would negatively impact other users, nor anyone else.
- - you agree that for any projects you host (or contribute to) on atom.town, llm usage will be sparse. largely unsupervised or unreviewed code is strongly prohibited.
+ - you agree that for any projects you host (or contribute to) on atom.town, llm usage will be sparse. largely unsupervised or unreviewed code is strongly prohibited.
@@ -31,7 +31,7 @@
← back
-
last updated 2026-07-23
+
last updated 2026-07-24