From: jxnshi Date: Fri, 7 Feb 2025 14:24:48 +0000 (+0100) Subject: Minor update X-Git-Url: https://jxnshi.xyz/repos?a=commitdiff_plain;h=3d822cc5e397f829d09d0392dbd7aa91889541d8;p=jxnshi.xyz.git Minor update --- 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;