From 3d822cc5e397f829d09d0392dbd7aa91889541d8 Mon Sep 17 00:00:00 2001 From: jxnshi Date: Fri, 7 Feb 2025 15:24:48 +0100 Subject: [PATCH] Minor update --- public/mesange.html | 2 +- public/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/mesange.html b/public/mesange.html index b2045a3..cd44a56 100644 --- a/public/mesange.html +++ b/public/mesange.html @@ -1,6 +1,6 @@

Mesange is a federated messaging project focused on privacy.
- See mesange.git for more information. + See mesange.git for more information.

You can clone the repo with this command: git clone git://jxnshi.xyz/mesange.git diff --git a/public/style.css b/public/style.css index 51b2705..cc53850 100644 --- a/public/style.css +++ b/public/style.css @@ -93,6 +93,10 @@ a:hover { list-style: none; } +.link { + color: mediumvioletred; +} + #content-div { display: flex; flex-direction: column; -- 2.49.0