]> jxnshi.xyz Git - jxnshi.xyz.git/commitdiff
Minor update
authorjxnshi <jxnshi@proton.me>
Fri, 7 Feb 2025 14:24:48 +0000 (15:24 +0100)
committerjxnshi <jxnshi@proton.me>
Fri, 7 Feb 2025 14:24:48 +0000 (15:24 +0100)
public/mesange.html
public/style.css

index b2045a337f9c4b7250a9e20aa81eb458bec624a2..cd44a5600f879623c65c794f115e0f24fc2fc949 100644 (file)
@@ -1,6 +1,6 @@
 <p>
     Mesange is a federated messaging project focused on privacy.<br>
-    See <a href="/repos?p=mesange.git;a=tree" target="blank_">mesange.git</a> for more information.
+    See <a href="/repos?p=mesange.git;a=tree" target="blank_" class="link">mesange.git</a> for more information.
 </p>  
 <p>
     You can clone the repo with this command: <code>git clone git://jxnshi.xyz/mesange.git</code>
index 51b27050c1e7a9509bc457313c5d20d5c2cb8d61..cc53850da16f8fbc74a48f6673cc9885edb67646 100644 (file)
@@ -93,6 +93,10 @@ a:hover {
     list-style: none;
 }
 
+.link {
+    color: mediumvioletred;
+}
+
 #content-div {
     display: flex;
     flex-direction: column;