pidgin/nest

Fix strikethrough on links

18 months ago, Elliott Sales de Andrade
5b5edcba7b27
Parents a96ab7dd995b
Children d8d597c71753
Fix strikethrough on links

This overrides CSS in the `hugo-theme.css`, but since it's local, I put it in `custom.css`.

Testing Done:
Put `~~` around a link on the homepage and saw that it was correctly struck through.

Bugs closed: NEST-42

Reviewed at https://reviews.imfreedom.org/r/1926/
--- a/hugo/static/css/custom.css Fri Oct 07 23:23:24 2022 -0500
+++ b/hugo/static/css/custom.css Tue Oct 11 00:06:36 2022 -0500
@@ -48,6 +48,10 @@
padding: 0px 2px;
}
+#body del a.highlight, #body del a.highlight:hover, #body del a.highlight:focus {
+ text-decoration: inherit;
+}
+
/*****************************************************************************
* Footline
*****************************************************************************/