shithub: mycel

Download patch

ref: cbdef50e06f13d95fc2dc4d8a6ea6df9b6628856
parent: 608bf02ace201d9bbe10fd061a0476da36e8d5af
author: Philip Silva <philip.silva@protonmail.com>
date: Sat Jul 24 01:26:00 EDT 2021

only mark a with href as link

--- a/style/stylesheets.go
+++ b/style/stylesheets.go
@@ -48,7 +48,7 @@
   display: block;
 }
 
-a {
+a[href] {
   color: blue;
   margin-right: 2px;
 }