diff --git a/src/app.html b/src/app.html
index 2ac9833..ae88168 100644
--- a/src/app.html
+++ b/src/app.html
@@ -234,6 +234,10 @@ button.card {
border-radius: 1em;
}
+:disabled {
+ opacity: .5;
+}
+
article h1, article h2 {
font-weight: 500;
}
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index e5842b3..4472a30 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -29,7 +29,7 @@
{#snippet left()}
{appName()} is a social media platform made by people like you.
- Log in or (sign up) to see {activePostCount()} posts and talk with {activeUserCount()} users right now!